refactor(ci): Allow failure on Windows

This is a temporary change, as there is currently a problem on
Windows that requires investigation.

More information about the problem can be found here https://github.com/status-im/status-node-manager/issues/9.
This commit is contained in:
Emil Ivanichkov 2024-02-28 16:15:54 +02:00 committed by Emil Ivanichkov
parent 12af66cef2
commit ac56cf7e67
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ jobs:
name: "${{ matrix.target.os }}-${{ matrix.target.cpu }} (Nim ${{ matrix.branch }})"
runs-on: ${{ matrix.builder }}
continue-on-error: ${{ matrix.target.os == 'windows' }}
steps:
- name: Checkout
uses: actions/checkout@v3