mirror of
https://github.com/usatiuk/ficus.git
synced 2025-10-28 16:17:51 +01:00
CI: really working ccache? 2
This commit is contained in:
3
.github/workflows/ficus.yml
vendored
3
.github/workflows/ficus.yml
vendored
@@ -34,7 +34,8 @@ jobs:
|
||||
|
||||
- name: Add ccache to path
|
||||
run: |
|
||||
export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
|
||||
echo "/usr/lib/ccache" >> $GITHUB_PATH
|
||||
echo "/usr/local/opt/ccache/libexec" >> $GITHUB_PATH
|
||||
|
||||
- name: Print ccache info
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user