Skip to content

Commit

Permalink
ci: add continue-on-error: true to steps of nix job
Browse files Browse the repository at this point in the history
  • Loading branch information
KiaraGrouwstra committed Feb 11, 2024
1 parent 98e919e commit f969019
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,13 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
continue-on-error: true
- name: Check Nix flake inputs
uses: DeterminateSystems/flake-checker-action@v4
continue-on-error: true
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v3
continue-on-error: true
- name: Build default package
run: nix build
continue-on-error: true

0 comments on commit f969019

Please sign in to comment.