File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 3737 run : |
3838 mkdir -p /home/runner/.solc/v0.8.29
3939 wget https://binaries.soliditylang.org/linux-amd64/solc-linux-amd64-v0.8.29+commit.ab55807c -O /home/runner/.solc/v0.8.29/solc-static-linux
40- echo "/home/runner/.solc" >> $GITHUB_PATH
4140 ln -sf /home/runner/.solc/v0.8.29/solc-static-linux /home/runner/.solc/solc
42- - run : which solc || echo "Solc not found in PATH"
41+ chmod +x /home/runner/.solc/solc
42+ echo "/home/runner/.solc" >> $GITHUB_PATH
43+ - run : |
44+ echo $PATH
45+ ls -la /home/runner/.solc
46+ solc --version || echo "Solc not found in PATH"
4347 - uses : sbt/setup-sbt@v1
4448 - name : Run tests
4549 run : sbt -Dcc.it.max-parallel-suites=2 -Dlogback.test.level=DEBUG --batch "scalafmtCheck;test;docker;consensus-client-it/test"
You can’t perform that action at this time.
0 commit comments