From 687c48022068ff285b1b87510d9df314ff8208fc Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Sat, 9 Mar 2024 11:01:22 -0500 Subject: [PATCH] arm64: pin back to the v3 action to resolve a mysterious build failure --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 3d56f25..188f68a 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -90,7 +90,7 @@ jobs: - uses: DeterminateSystems/nix-installer-action@main - - uses: DeterminateSystems/magic-nix-cache-action@main + - uses: DeterminateSystems/magic-nix-cache-action@v3 - name: Build package run: "nix build .# -L --fallback"