cache all 3 x86_64 nix devshells in CI

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-10-24 22:08:23 -04:00
parent 37a2ba59d0
commit 0760150822
No known key found for this signature in database
1 changed files with 3 additions and 0 deletions

View File

@ -155,6 +155,9 @@ jobs:
- name: Cache CI dependencies
run: |
bin/nix-build-and-cache ci
bin/nix-build-and-cache just '.#devShells.x86_64-linux.default'
bin/nix-build-and-cache just '.#devShells.x86_64-linux.all-features'
bin/nix-build-and-cache just '.#devShells.x86_64-linux.dynamic'
# use sccache for Rust
- name: Run sccache-cache