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

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 01710ff

Please sign in to comment.