CI: really working ccache? 2

This commit is contained in:
2024-07-15 19:36:03 +02:00
parent d68b057292
commit 6937fba0a3

View File

@@ -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: |