fix: action exclude

This commit is contained in:
DaniPopes 2023-02-24 22:13:47 +01:00
parent 7a88c65c16
commit 49c7b24fc8
No known key found for this signature in database
GPG Key ID: 0F09640DDB7AC692
1 changed files with 4 additions and 2 deletions

View File

@ -36,7 +36,8 @@ jobs:
exclude:
# ntapi crate does not compile on nightly due to E0793:
# https://github.com/gakonst/ethers-rs/actions/runs/4266119447/jobs/7426254381
- os: windows-latest
- job:
os: windows-latest
toolchain: nightly
steps:
- uses: actions/checkout@v3
@ -79,7 +80,8 @@ jobs:
exclude:
# ntapi crate does not compile on nightly due to E0793:
# https://github.com/gakonst/ethers-rs/actions/runs/4266119447/jobs/7426254381
- os: windows-latest
- job:
os: windows-latest
toolchain: nightly
steps:
- uses: actions/checkout@v3