Skip to content

Commit

Permalink
github: set fail-fast: false
Browse files Browse the repository at this point in the history
  • Loading branch information
elaforge committed Jan 27, 2025
1 parent 779035b commit ab233da
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ jobs:
build:
# https://docs.github.com/en/actions/using-jobs/using-a-build-matrix-for-your-jobs
strategy:
fail-fast: false # it's common for one to fail and not the other
matrix:
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idruns-on
os: [ubuntu-latest, macos-latest]
Expand Down Expand Up @@ -42,10 +43,6 @@ jobs:
${{ runner.os }}-v1-
- run: ls -l build || true

# 19.09.2522.75f4ba05c63
# but mine is 19.09pre-git
# - run: nix-instantiate --eval -E "(import <nixpkgs> {}).lib.version"

# Build in advance and make sure the result is cached immediately, since
# I think it won't upload if later steps fail.
# - run: nix build -L -f default.nix --arg isCi true buildEnv
Expand Down

0 comments on commit ab233da

Please sign in to comment.