From 7323b0c0a8aa7aba5c1791d36b61dad691b88765 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Fri, 1 Sep 2023 19:28:56 +0800 Subject: [PATCH] ci: fix build workflow inputs --- .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 ea6caf55..30978b04 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: - uses: DeterminateSystems/magic-nix-cache-action@v2 - uses: DeterminateSystems/nix-installer-action@v4 with: - extra_conf: | + extra-conf: | keep-going = true - name: Prepare push to binary cache uses: cachix/cachix-action@v12