From 20dfc00b6bc67a0442f55dc1f03ec806d2567a18 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 12 Feb 2024 14:20:25 -0800 Subject: [PATCH] ci: macos doesn't support caches --- .github/workflows/test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4a35c240e..5708433be 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -99,6 +99,10 @@ jobs: uses: actions/checkout@v4 # Install Nix and use that to run our tests so our environment matches exactly. + - name: Setup Nix Cache + uses: namespacelabs/nscloud-cache-action@v1.1.0 + with: + path: /nix - uses: cachix/install-nix-action@v24 with: nix_path: nixpkgs=channel:nixos-unstable @@ -121,10 +125,6 @@ jobs: uses: actions/checkout@v4 # Install Nix and use that to run our tests so our environment matches exactly. - - name: Setup Nix Cache - uses: namespacelabs/nscloud-cache-action@v1.1.0 - with: - path: /nix - uses: cachix/install-nix-action@v24 with: nix_path: nixpkgs=channel:nixos-unstable