Skip to content

Commit

Permalink
ci force use of ccache in PATH
Browse files Browse the repository at this point in the history
embeddedt authored Jan 24, 2022
1 parent a7c590f commit 6de3fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
@@ -91,4 +91,4 @@ jobs:
echo 'export PATH="/usr/lib/ccache:$PATH"' | tee -a ~/.bashrc
run: |
env ASAN_OPTIONS=detect_leaks=0 python3 tests/main.py test
env PATH="/usr/lib/ccache:$PATH" ASAN_OPTIONS=detect_leaks=0 python3 tests/main.py test

0 comments on commit 6de3fa8

Please sign in to comment.