mirror of
https://github.com/usatiuk/ficus.git
synced 2025-10-28 08:07:52 +01:00
CI: really working ccache?
This commit is contained in:
4
.github/workflows/ficus.yml
vendored
4
.github/workflows/ficus.yml
vendored
@@ -33,12 +33,14 @@ jobs:
|
||||
key: ${{ runner.os }}-ccache
|
||||
|
||||
- name: Add ccache to path
|
||||
run: echo "/usr/lib/ccache" >> $GITHUB_PATH
|
||||
run: |
|
||||
export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
|
||||
|
||||
- name: Print ccache info
|
||||
run: |
|
||||
ccache -p
|
||||
which gcc
|
||||
which g++
|
||||
|
||||
- name: Cache generic toolchain
|
||||
id: cache-toolchain
|
||||
|
||||
Reference in New Issue
Block a user