Skip to content

Commit e25765b

Browse files
committed
Correct the solidity entry in the CI.
1 parent 9e49aff commit e25765b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ jobs:
6161
rustup show
6262
- uses: actions-rust-lang/setup-rust-toolchain@v1
6363

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

0 commit comments

Comments
 (0)