fix(ci): change windows target ABI (#2230)

* fix(ci): change windows target ABI

* fix(ci): change windows target ABI
This commit is contained in:
Roman Krasiuk 2023-03-05 22:15:59 +02:00 committed by GitHub
parent 445f3b375b
commit 69eb21da67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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: