From f445723cd4ce8623a18d0c156b5969fbc7089afc Mon Sep 17 00:00:00 2001 From: Moritz 'e1mo' Fromm Date: Mon, 24 Jul 2023 18:24:35 +0200 Subject: [PATCH] Use DeterminateSystems/magic-nix-cache-action Should significantely increase build times --- .github/workflows/build-systems.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-systems.yaml b/.github/workflows/build-systems.yaml index 2705a24..1c04746 100644 --- a/.github/workflows/build-systems.yaml +++ b/.github/workflows/build-systems.yaml @@ -12,9 +12,10 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 0 - - uses: cachix/install-nix-action@v20 - with: - github_access_token: ${{ secrets.GITHUB_TOKEN }} + - name: Install Nix + uses: DeterminateSystems/nix-installer-action@v4 + - name: Run the Magic Nix Cache + uses: DeterminateSystems/magic-nix-cache-action@v2 - name: nix flake check run: | nix flake check --no-build