Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tstellar committed Jan 22, 2024
1 parent bce7ab6 commit f5859d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ccache-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
- name: Test ccache
run: |
echo "int main(){}" > test.c
SCCACHE_DEBUG=verbose sccache clang test.c
SSCCACHE_ERROR_LOG=/tmp/sccache_log.txt SCCACHE_LOG=debug CCACHE_DEBUG=verbose sccache clang -c test.c
cat /tmp/sccache_log.txt
sccache -s

0 comments on commit f5859d3

Please sign in to comment.