From b30463d424da57c3c60638f654adbec189f239da Mon Sep 17 00:00:00 2001 From: Hannes Mehnert Date: Fri, 23 Feb 2024 13:53:18 +0100 Subject: [PATCH] dkml: no continue on error anymore --- .github/workflows/dkml.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/dkml.yml b/.github/workflows/dkml.yml index 4b1aca89..3750b9a7 100644 --- a/.github/workflows/dkml.yml +++ b/.github/workflows/dkml.yml @@ -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