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' }}