Skip to content

Commit 9e49aff

Browse files
committed
Some corrections at having the solc working.
1 parent 7f8339b commit 9e49aff

File tree

1 file changed

+6
-15
lines changed

1 file changed

+6
-15
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -56,26 +56,17 @@ jobs:
5656
steps:
5757
- uses: actions/checkout@v3
5858

59-
# will install toolchain specified in rust-toolchain
59+
- name: Install Rust toolchain
60+
run: |
61+
rustup show
6062
- uses: actions-rust-lang/setup-rust-toolchain@v1
63+
64+
# will install toolchain specified in rust-toolchain
6165
- uses: foundry-rs/[email protected]
62-
- name: Cache solc
63-
id: cache-solc
64-
uses: actions/cache@v4
65-
with:
66-
path: /home/runner/.solc
67-
key: solc-v0.8.25
68-
restore-keys: solc-
69-
- name: Get Solc
70-
if: ${{ steps.cache-solc.outputs.cache-hit != 'true' }}
71-
uses: pontem-network/get-solc@master
66+
- uses: pontem-network/get-solc@master
7267
with:
7368
version: v0.8.25
7469

75-
- name: Install Rust toolchain
76-
run: |
77-
rustup show
78-
7970
- name: Setup Additional Languages (python3)
8071
uses: actions/setup-python@v4
8172
with:

0 commit comments

Comments
 (0)