From ccbe92110e469dcb869fbad62d453e67dce9f079 Mon Sep 17 00:00:00 2001 From: Anton-4 <17049058+Anton-4@users.noreply.github.com> Date: Wed, 1 Mar 2023 13:00:54 +0100 Subject: [PATCH] remove cachix It was erroring and I think it may not actually speed thigns up, so I'm trying out removing it. --- .github/workflows/nix_macos_x86_64.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/nix_macos_x86_64.yml b/.github/workflows/nix_macos_x86_64.yml index 755ebb608c..03fb59e743 100644 --- a/.github/workflows/nix_macos_x86_64.yml +++ b/.github/workflows/nix_macos_x86_64.yml @@ -19,13 +19,7 @@ jobs: with: clean: "true" - - uses: cachix/install-nix-action@v15 - - # to cache nix packages - - uses: cachix/cachix-action@v10 - with: - name: enigmaticsunrise - authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' + - uses: cachix/install-nix-action@v20 - name: execute cli_run tests only, the full tests take too long but are run nightly run: nix develop -c cargo test --locked --release -p roc_cli