Skip to content

Commit

Permalink
Fix alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
fdr400 committed Jan 3, 2025
1 parent 7cae56c commit 9e92193
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: actions/cache/restore@v4
with:
path: |
~/.cache/ccache
~/.ccache
~/.cache/CPM
key: 'alpine-cache-dir ${{github.ref}} run-${{github.run_number}}'
restore-keys: alpine-cache-dir ${{github.ref}} run-
Expand All @@ -61,6 +61,7 @@ jobs:
run: |
ccache -M 2.0GB
ccache -s
ccache -p
- name: Run cmake
shell: alpine.sh {0}
Expand Down Expand Up @@ -99,6 +100,6 @@ jobs:
uses: actions/cache/save@v4
with:
path: |
~/.cache/ccache
~/.ccache
~/.cache/CPM
key: ${{ steps.restore-cache.outputs.cache-primary-key }}

0 comments on commit 9e92193

Please sign in to comment.