From 0760150822bc5b4858e76720cbad2f604039b69b Mon Sep 17 00:00:00 2001 From: strawberry Date: Thu, 24 Oct 2024 22:08:23 -0400 Subject: [PATCH] cache all 3 x86_64 nix devshells in CI Signed-off-by: strawberry --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 911737aa..09b5cd52 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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