diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-12-14 16:30:45 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2023-12-14 16:30:45 +0100 |
| commit | e579095a9075c8a3efdb956877b533f47ef1ec42 (patch) | |
| tree | 3c91ef0ddae3ad4ea7fe59240dcfb2c2907261ad /.github/ci/build-stable.sh | |
| parent | 7b9b22d7f83b44d509be31ab51fa4385d73512f6 (diff) | |
ci: fix test job not caching anything.
Diffstat (limited to '.github/ci/build-stable.sh')
| -rwxr-xr-x | .github/ci/build-stable.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ci/build-stable.sh b/.github/ci/build-stable.sh index 9160a2be2..e0bd77867 100755 --- a/.github/ci/build-stable.sh +++ b/.github/ci/build-stable.sh | |||
| @@ -27,4 +27,4 @@ sed -i 's/channel.*/channel = "beta"/g' rust-toolchain.toml | |||
| 27 | 27 | ||
| 28 | # Save lockfiles | 28 | # Save lockfiles |
| 29 | echo Saving lockfiles... | 29 | echo Saving lockfiles... |
| 30 | find . -type f -name Cargo.lock -exec tar -cf /ci/cache/lockfiles.tar '{}' \+ \ No newline at end of file | 30 | find . -type f -name Cargo.lock -exec tar -cf /ci/cache/lockfiles.tar '{}' \+ |
