mirror of
https://codeberg.org/ziglings/exercises.git
synced 2025-06-07 08:14:47 +00:00
strategy error fixed
This commit is contained in:
parent
4fee940778
commit
d6c5d3e510
3
.github/workflows/eowyn.yml
vendored
3
.github/workflows/eowyn.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user