Skip to content

Commit 9f11cbe

Browse files
committed
wip
1 parent 8d27808 commit 9f11cbe

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/check-pr.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,10 @@ jobs:
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
4040
echo "/home/runner/.solc" >> $GITHUB_PATH
4141
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"
42+
- run: |
43+
echo $GITHUB_PATH
44+
ls -la /home/runner/.solc
45+
which solc || echo "Solc not found in PATH"
4346
- uses: sbt/setup-sbt@v1
4447
- name: Run tests
4548
run: sbt -Dcc.it.max-parallel-suites=2 -Dlogback.test.level=DEBUG --batch "scalafmtCheck;test;docker;consensus-client-it/test"

0 commit comments

Comments
 (0)