1
0
Fork 0
mirror of https://github.com/eosswedenorg/libantelope synced 2026-06-16 03:34:56 +02:00

.github/workflows/CI.yml: disable fail-fast

This commit is contained in:
Henrik Hautakoski 2023-03-15 11:17:19 +01:00
parent 07bee1e9e5
commit ab932b92e4

View file

@ -10,6 +10,7 @@ on:
jobs:
compile:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-20.04, ubuntu-22.04, macos-latest, windows-latest ]