From 3330babf975e52d615eeb600da09103fc6afe10f Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Fri, 28 Jul 2023 21:30:09 +0800 Subject: [PATCH] ci: set appropriate Nix config for build workflow --- .github/workflows/build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e82e39d7..ea6caf55 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,6 +11,9 @@ jobs: - uses: actions/checkout@v3 - uses: DeterminateSystems/magic-nix-cache-action@v2 - uses: DeterminateSystems/nix-installer-action@v4 + with: + extra_conf: | + keep-going = true - name: Prepare push to binary cache uses: cachix/cachix-action@v12 if: ${{ github.ref == 'refs/heads/master' }}