mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
call sccache with absolute path
This commit is contained in:
parent
4848d74acc
commit
0aee89ffde
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
|||
- name: Install CI Libraries
|
||||
run: sudo ./ci/install-ci-libraries.sh 10
|
||||
|
||||
- run: sccache -V
|
||||
- run: /usr/local/bin/sccache -V
|
||||
|
||||
- name: Run Zig tests
|
||||
run: pushd compiler/builtins/bitcode; ./run-tests.sh; popd;
|
||||
|
@ -72,4 +72,4 @@ jobs:
|
|||
command: test
|
||||
args: --release
|
||||
|
||||
- run: sccache --show-stats
|
||||
- run: /usr/local/bin/sccache --show-stats
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue