diff options
| author | Chris Boesch <[email protected]> | 2023-04-26 11:37:31 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-04-26 11:37:31 +0200 |
| commit | d6c5d3e5107f2b2a6d258739e95080a85eb9ea26 (patch) | |
| tree | 2ce5187451d10289bfe15b6b077bd3957ffec41d /.github | |
| parent | 4fee9407785938f821839fece554c876fe60012d (diff) | |
| download | ziglings-d6c5d3e5107f2b2a6d258739e95080a85eb9ea26.tar.xz ziglings-d6c5d3e5107f2b2a6d258739e95080a85eb9ea26.zip | |
strategy error fixed
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/eowyn.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/eowyn.yml b/.github/workflows/eowyn.yml index 1047daa..db10b5d 100644 --- a/.github/workflows/eowyn.yml +++ b/.github/workflows/eowyn.yml @@ -9,8 +9,6 @@ on: defaults: run: shell: bash - strategy: - fail-fast: false jobs: build: @@ -18,6 +16,7 @@ jobs: matrix: os: [ubuntu-latest, windows-latest, macos-latest] runs-on: ${{ matrix.os }} + fail-fast: false timeout-minutes: 30 steps: - uses: actions/checkout@v2 |
