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 01710ff commit 0dd9cda
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,14 @@ jobs:

name: Build on ${{ matrix.os }} with GHC ${{ matrix.ghc }}

continue-on-error: true

steps:
- uses: actions/checkout@v4
- name: continue-on-error Comment
uses: mainmatter/continue-on-error-comment@v1
- 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 0dd9cda

Please sign in to comment.