Skip to content

Commit

Permalink
Update ccache-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tstellar authored Jan 22, 2024
1 parent 226f79f commit bce7ab6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ccache-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
key: ${{ matrix.os }}-ccache-test
variant: sccache

- name: Test ccache
run: |
echo "int main(){}" > test.c
SCCACHE_DEBUG=verbose sccache clang test.c
sccache -s
- name: Test ccache
run: |
echo "int main(){}" > test.c
SCCACHE_DEBUG=verbose sccache clang test.c
sccache -s

0 comments on commit bce7ab6

Please sign in to comment.