File tree Expand file tree Collapse file tree 1 file changed +6
-15
lines changed Expand file tree Collapse file tree 1 file changed +6
-15
lines changed Original file line number Diff line number Diff line change @@ -56,26 +56,17 @@ jobs:
56
56
steps :
57
57
- uses : actions/checkout@v3
58
58
59
- # will install toolchain specified in rust-toolchain
59
+ - name : Install Rust toolchain
60
+ run : |
61
+ rustup show
60
62
- uses : actions-rust-lang/setup-rust-toolchain@v1
63
+
64
+ # will install toolchain specified in rust-toolchain
61
65
-
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
72
67
with :
73
68
version : v0.8.25
74
69
75
- - name : Install Rust toolchain
76
- run : |
77
- rustup show
78
-
79
70
- name : Setup Additional Languages (python3)
80
71
uses : actions/setup-python@v4
81
72
with :
You can’t perform that action at this time.
0 commit comments