Skip to content

Commit

Permalink
another caching fix
Browse files Browse the repository at this point in the history
  • Loading branch information
externl committed Dec 20, 2023
1 parent 6ba4515 commit 5c03819
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
uses: actions/checkout@v3
- name: Setup ccache
uses: hendrikmuhs/ccache-action@v1.2
key: ${{ runner.os }}-ccache-build
with:
key: ${{ runner.os }}-ccache-build
- name: Build
run: |
export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
Expand All @@ -45,7 +46,8 @@ jobs:
uses: actions/checkout@v3
- name: Setup ccache
uses: hendrikmuhs/ccache-action@v1.2
key: ${{ runner.os }}-ccache-build
with:
key: ${{ runner.os }}-ccache-build
- name: Build
run: |
export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
Expand Down

0 comments on commit 5c03819

Please sign in to comment.