From b3f9b375b450ef21f909c27d4bbefd9155b5295e Mon Sep 17 00:00:00 2001 From: Shivaraj B H Date: Thu, 14 Sep 2023 14:50:29 +0530 Subject: [PATCH] magic-nix-cache (#56) --------- Co-authored-by: Sridhar Ratnakumar <3998+srid@users.noreply.github.com> --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 07a1ee9..9260d0d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,8 +12,8 @@ jobs: os: [ubuntu-latest, macos-latest] steps: - uses: actions/checkout@v3 - - name: Install Nix - uses: DeterminateSystems/nix-installer-action@main + - uses: DeterminateSystems/nix-installer-action@main + - uses: DeterminateSystems/magic-nix-cache-action@main - uses: yaxitech/nix-install-pkgs-action@v3 with: packages: "nixpkgs#nixci"