ci: set appropriate Nix config for build workflow

This commit is contained in:
Gabriel Arazas 2023-07-28 21:30:09 +08:00
parent 78c1160387
commit 3330babf97
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

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