File tree Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -283,6 +283,12 @@ jobs:
283
283
with :
284
284
toolchain : ${{ env.RUST_RETH_VERSION }}
285
285
286
+ - name : Install solc
287
+ uses : pontem-network/get-solc@master
288
+ with :
289
+ version : v0.8.29
290
+ token : ${{ secrets.GITHUB_TOKEN || '' }}
291
+
286
292
# We need a reth version that requires a rustc version <= 1.87.0
287
293
- name : Checkout reth
288
294
uses : actions/checkout@v4
Original file line number Diff line number Diff line change 33
33
if : ${{ steps.cache.outputs.cache-hit != 'true' }}
34
34
uses : ./.github/actions/setup-rust
35
35
36
+ - name : Install solc
37
+ uses : pontem-network/get-solc@master
38
+ with :
39
+ version : v0.8.29
40
+ token : ${{ secrets.GITHUB_TOKEN || '' }}
41
+
36
42
- name : Build binary
37
43
if : ${{ steps.cache.outputs.cache-hit != 'true' }}
38
44
run : |
Original file line number Diff line number Diff line change 17
17
- name : Setup Rust Environment
18
18
uses : ./.github/actions/setup-rust
19
19
20
+ - name : Install solc
21
+ uses : pontem-network/get-solc@master
22
+ with :
23
+ version : v0.8.29
24
+ token : ${{ secrets.GITHUB_TOKEN || '' }}
25
+
20
26
- name : Benchmarks
21
27
uses : boa-dev/criterion-compare-action@v3
22
28
with :
You can’t perform that action at this time.
0 commit comments