mirror of
https://github.com/usatiuk/ficus.git
synced 2025-10-29 00:27: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
|
key: ${{ runner.os }}-ccache
|
||||||
|
|
||||||
- name: Add ccache to path
|
- 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
|
- name: Print ccache info
|
||||||
run: |
|
run: |
|
||||||
ccache -p
|
ccache -p
|
||||||
which gcc
|
which gcc
|
||||||
|
which g++
|
||||||
|
|
||||||
- name: Cache generic toolchain
|
- name: Cache generic toolchain
|
||||||
id: cache-toolchain
|
id: cache-toolchain
|
||||||
|
|||||||
Reference in New Issue
Block a user