mirror of
https://github.com/HarbourMasters/Starship
synced 2026-09-04 03:09:38 -04:00
Tweak actions cache (#248)
This commit is contained in:
@@ -16,7 +16,7 @@ jobs:
|
||||
parameters: '.github/macports.yml'
|
||||
- uses: hendrikmuhs/ccache-action@v1.2
|
||||
with:
|
||||
key: macos-ccache-${{ github.ref }}
|
||||
key: macos # ccache-macos
|
||||
- name: Build
|
||||
run: |
|
||||
cmake -H. -Bbuild-cmake -GNinja -DCMAKE_BUILD_TYPE=Release -D CMAKE_C_COMPILER_LAUNCHER=ccache -D CMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_OSX_ARCHITECTURES="x86_64;arm64"
|
||||
|
||||
@@ -85,7 +85,7 @@ jobs:
|
||||
parameters: '.github/macports.yml'
|
||||
- uses: hendrikmuhs/ccache-action@v1.2
|
||||
with:
|
||||
key: macos-ccache-${{ github.ref }}
|
||||
key: macos # ccache-macos
|
||||
- name: Build
|
||||
run: |
|
||||
cmake -H. -Bbuild-cmake -GNinja -DCMAKE_BUILD_TYPE=Release -D CMAKE_C_COMPILER_LAUNCHER=ccache -D CMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_OSX_ARCHITECTURES="x86_64;arm64"
|
||||
|
||||
Reference in New Issue
Block a user