Skip to content

Commit

Permalink
fix(ci): change windows target ABI (#2230)
Browse files Browse the repository at this point in the history
* fix(ci): change windows target ABI

* fix(ci): change windows target ABI
  • Loading branch information
rkrasiuk committed Mar 5, 2023
1 parent 445f3b3 commit 69eb21d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -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:
Expand Down

0 comments on commit 69eb21d

Please sign in to comment.