1
0
Fork 0
mirror of https://codeberg.org/ziglings/exercises.git synced 2025-06-08 10:07:01 +09:00

fixed fail-fast error

This commit is contained in:
Chris Boesch 2023-04-26 11:44:49 +02:00 committed by GitHub
parent d6c5d3e510
commit 6675fad34d

View file

@ -16,11 +16,9 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
fail-fast: false
timeout-minutes: 30
steps:
- uses: actions/checkout@v2
- name: Setup Zig
uses: goto-bus-stop/setup-zig@v2
with: