Fix matrix exclude key

This commit is contained in:
Sebastian Wiesner 2020-06-01 13:06:27 +02:00
parent 349465790a
commit 55ff5f7a6e

View file

@ -34,17 +34,17 @@ jobs:
os: macOS-latest
exclude:
- target: x86_64-pc-windows-msvc
rust: beta
toolchain: beta
- target: x86_64-pc-windows-msvc
rust: nightly
toolchain: nightly
- target: x86_64-apple-darwin
rust: beta
toolchain: beta
- target: x86_64-apple-darwin
rust: nightly
toolchain: nightly
- target: x86_64-unknown-linux-musl
rust: beta
toolchain: beta
- target: x86_64-unknown-linux-musl
rust: nightly
toolchain: nightly
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2