Fix matrix exclude key
This commit is contained in:
parent
349465790a
commit
55ff5f7a6e
1 changed files with 6 additions and 6 deletions
12
.github/workflows/oxipng.yml
vendored
12
.github/workflows/oxipng.yml
vendored
|
|
@ -34,17 +34,17 @@ jobs:
|
||||||
os: macOS-latest
|
os: macOS-latest
|
||||||
exclude:
|
exclude:
|
||||||
- target: x86_64-pc-windows-msvc
|
- target: x86_64-pc-windows-msvc
|
||||||
rust: beta
|
toolchain: beta
|
||||||
- target: x86_64-pc-windows-msvc
|
- target: x86_64-pc-windows-msvc
|
||||||
rust: nightly
|
toolchain: nightly
|
||||||
- target: x86_64-apple-darwin
|
- target: x86_64-apple-darwin
|
||||||
rust: beta
|
toolchain: beta
|
||||||
- target: x86_64-apple-darwin
|
- target: x86_64-apple-darwin
|
||||||
rust: nightly
|
toolchain: nightly
|
||||||
- target: x86_64-unknown-linux-musl
|
- target: x86_64-unknown-linux-musl
|
||||||
rust: beta
|
toolchain: beta
|
||||||
- target: x86_64-unknown-linux-musl
|
- target: x86_64-unknown-linux-musl
|
||||||
rust: nightly
|
toolchain: nightly
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue