Skip to content

Commit b9136a9

Browse files
Update boost.yml
1 parent 1a75e2b commit b9136a9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/boost.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,11 @@ jobs:
8181
#!/bin/bash
8282
set -e
8383
set -x
84+
echo "--- Step 0"
85+
docker run --rm \
86+
-v $HOME/codeql-dbs:/tmp/dbs \
87+
ghcr.io/nealfennimore/codeql:java \
88+
whoami
8489
echo "--- Step 1"
8590
docker run --rm --name codeql \
8691
-v $PWD:/tmp/src \

0 commit comments

Comments
 (0)