We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d27808 commit 9f11cbeCopy full SHA for 9f11cbe
1 file changed
.github/workflows/check-pr.yml
@@ -39,7 +39,10 @@ jobs:
39
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
41
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"
+ - run: |
43
+ echo $GITHUB_PATH
44
+ ls -la /home/runner/.solc
45
+ which solc || echo "Solc not found in PATH"
46
- uses: sbt/setup-sbt@v1
47
- name: Run tests
48
run: sbt -Dcc.it.max-parallel-suites=2 -Dlogback.test.level=DEBUG --batch "scalafmtCheck;test;docker;consensus-client-it/test"
0 commit comments