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 f5859d3 commit cffc6e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ccache-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:
run: |
echo "int main(){}" > 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
test -e /tmp/sccache_log.txt && cat /tmp/sccache_log.txt
sccache -s

0 comments on commit cffc6e4

Please sign in to comment.