Skip to content

Commit

Permalink
Add 7zip to windows runner
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhauner committed Jul 16, 2023
1 parent d92bf62 commit a0619ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
- name: Install windows build tools
run: |
choco install python protoc visualstudio2019-workload-vctools -y
npm config set msvs_version 2019
npm config set msvs_version 2019 7zip.install
- name: Install anvil
# Extra feature to work around https://github.com/foundry-rs/foundry/issues/5115
run: cargo install --git https://github.com/foundry-rs/foundry --locked anvil --features ethers/ipc
Expand Down

0 comments on commit a0619ac

Please sign in to comment.