Skip to content

Commit

Permalink
Continue on error
Browse files Browse the repository at this point in the history
  • Loading branch information
July541 committed Dec 17, 2024
1 parent 0dd9cda commit a4f1773
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ jobs:
- uses: haskell-actions/setup@v2
with:
ghc-version: ${{ matrix.ghc }}
continue-on-error: true
- run: cabal build
continue-on-error: true
- uses: actions/upload-artifact@v4
with:
name: ghcup-dump-log-${{ matrix.os }}-${{ matrix.ghc }}
Expand Down

0 comments on commit a4f1773

Please sign in to comment.