aboutsummaryrefslogtreecommitdiff
path: root/.github/ci/build.sh
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-12-14 16:30:45 +0100
committerDario Nieuwenhuis <[email protected]>2023-12-14 16:30:45 +0100
commite579095a9075c8a3efdb956877b533f47ef1ec42 (patch)
tree3c91ef0ddae3ad4ea7fe59240dcfb2c2907261ad /.github/ci/build.sh
parent7b9b22d7f83b44d509be31ab51fa4385d73512f6 (diff)
ci: fix test job not caching anything.
Diffstat (limited to '.github/ci/build.sh')
-rwxr-xr-x.github/ci/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ci/build.sh b/.github/ci/build.sh
index e7a6c0d86..77d2b3cab 100755
--- a/.github/ci/build.sh
+++ b/.github/ci/build.sh
@@ -31,4 +31,4 @@ hashtime save /ci/cache/filetime.json
31 31
32# Save lockfiles 32# Save lockfiles
33echo Saving lockfiles... 33echo Saving lockfiles...
34find . -type f -name Cargo.lock -exec tar -cf /ci/cache/lockfiles.tar '{}' \+ \ No newline at end of file 34find . -type f -name Cargo.lock -exec tar -cf /ci/cache/lockfiles.tar '{}' \+