fix(ci): change windows target ABI (#2230)
* fix(ci): change windows target ABI * fix(ci): change windows target ABI
This commit is contained in:
parent
445f3b375b
commit
69eb21da67
|
@ -31,6 +31,8 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: dtolnay/rust-toolchain@stable
|
||||
with:
|
||||
toolchain: ${{ matrix.os == 'windows-latest' && 'stable-x86_64-pc-windows-gnu' || 'stable' }}
|
||||
- name: Install Anvil
|
||||
uses: foundry-rs/foundry-toolchain@v1
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue