call sccache with absolute path

This commit is contained in:
Anton-4 2020-12-23 12:10:50 +01:00
parent 4848d74acc
commit 0aee89ffde

View file

@ -16,7 +16,7 @@ jobs:
- name: Install CI Libraries - name: Install CI Libraries
run: sudo ./ci/install-ci-libraries.sh 10 run: sudo ./ci/install-ci-libraries.sh 10
- run: sccache -V - run: /usr/local/bin/sccache -V
- name: Run Zig tests - name: Run Zig tests
run: pushd compiler/builtins/bitcode; ./run-tests.sh; popd; run: pushd compiler/builtins/bitcode; ./run-tests.sh; popd;
@ -72,4 +72,4 @@ jobs:
command: test command: test
args: --release args: --release
- run: sccache --show-stats - run: /usr/local/bin/sccache --show-stats