From f3a40f58f450cc1bd5862c514081eea3f194f3a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Delenk?= Date: Thu, 17 Nov 2022 21:25:32 +0100 Subject: [PATCH] =?UTF-8?q?head=20doesn=E2=80=99t=20actually=20work?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3640e73..a34c4ec 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -85,7 +85,7 @@ jobs: OUT_PATH=$(nix show-derivation $DRV_PATH | jq -r ".\"$DRV_PATH\".outputs.out.path") # check if we already built it NARINFO=$(echo $OUT_PATH | sed 's|/| |g' | sed 's|-| |g' | awk '{print $3}') - if curl --output /dev/null --silent --head --fail "https://cache.chir.rs/$NARINFO.narinfo"; then + if curl --output /dev/null --silent --fail "https://cache.chir.rs/$NARINFO.narinfo"; then echo "${{ matrix.package }} already built. Skipping" else nix-store -r $DRV_PATH