diff options
| author | Chris Boesch <[email protected]> | 2023-04-26 11:44:49 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-04-26 11:44:49 +0200 |
| commit | 6675fad34d3e1daf35bee0d182cf845940011fa5 (patch) | |
| tree | 45853de127298e36faac98b836e8c9868eb2fc6a /.github/workflows | |
| parent | d6c5d3e5107f2b2a6d258739e95080a85eb9ea26 (diff) | |
| download | ziglings-6675fad34d3e1daf35bee0d182cf845940011fa5.tar.xz ziglings-6675fad34d3e1daf35bee0d182cf845940011fa5.zip | |
fixed fail-fast error
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/eowyn.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/eowyn.yml b/.github/workflows/eowyn.yml index db10b5d..60b3ec0 100644 --- a/.github/workflows/eowyn.yml +++ b/.github/workflows/eowyn.yml @@ -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: |
