Skip to content

Commit

Permalink
dkml: no continue on error anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesm committed Feb 23, 2024
1 parent ca72903 commit b30463d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/dkml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,6 @@ jobs:
runs-on: ${{ matrix.gh_os }}
name: build / ${{ matrix.abi_pattern }}

# mirage-crypto does not support MSVC as of 2023-09-03. Remove
# this when MSVC is properly supported.
continue-on-error: true

steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit b30463d

Please sign in to comment.