Skip to content

Commit

Permalink
Correct the solidity entry in the CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuDutSik committed Jan 29, 2025
1 parent 5b8396a commit a2b5f4a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ jobs:
rustup show
- uses: actions-rust-lang/setup-rust-toolchain@v1

# will install toolchain specified in rust-toolchain
- uses: foundry-rs/[email protected]
- uses: pontem-network/get-solc@master
- name: Setup Additional Languages (solidity)
uses: foundry-rs/[email protected]
uses: pontem-network/get-solc@master
with:
version: v0.8.25

Expand Down

0 comments on commit a2b5f4a

Please sign in to comment.