fix: action exclude
This commit is contained in:
parent
7a88c65c16
commit
49c7b24fc8
|
@ -36,7 +36,8 @@ jobs:
|
||||||
exclude:
|
exclude:
|
||||||
# ntapi crate does not compile on nightly due to E0793:
|
# ntapi crate does not compile on nightly due to E0793:
|
||||||
# https://github.com/gakonst/ethers-rs/actions/runs/4266119447/jobs/7426254381
|
# https://github.com/gakonst/ethers-rs/actions/runs/4266119447/jobs/7426254381
|
||||||
- os: windows-latest
|
- job:
|
||||||
|
os: windows-latest
|
||||||
toolchain: nightly
|
toolchain: nightly
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
@ -79,7 +80,8 @@ jobs:
|
||||||
exclude:
|
exclude:
|
||||||
# ntapi crate does not compile on nightly due to E0793:
|
# ntapi crate does not compile on nightly due to E0793:
|
||||||
# https://github.com/gakonst/ethers-rs/actions/runs/4266119447/jobs/7426254381
|
# https://github.com/gakonst/ethers-rs/actions/runs/4266119447/jobs/7426254381
|
||||||
- os: windows-latest
|
- job:
|
||||||
|
os: windows-latest
|
||||||
toolchain: nightly
|
toolchain: nightly
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
Loading…
Reference in New Issue