Skip to content

Commit ba9b5c2

Browse files
committed
tmp
1 parent 2c20b0e commit ba9b5c2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/codeql.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,12 @@ jobs:
2525
steps:
2626
- name: Prepare container
2727
run: |
28-
xbps-install -Syu || xbps-install -yu xbps
28+
xbps-install -Syu xbps
29+
xbps-install -yu
2930
# node-based actions require libstdc++.so.6
3031
xbps-install -Sy \
3132
libstdc++ git \
32-
gcc make pkg-config zlib-devel openssl-devel libarchive-devel
33+
gcc make pkg-config zlib-devel openssl-devel libarchive-devel libtree
3334
- name: Checkout repository
3435
uses: actions/checkout@v3
3536
- run: git config --global --add safe.directory $(pwd)
@@ -43,6 +44,7 @@ jobs:
4344
./configure
4445
make -j
4546
ls -l /__t/CodeQL/2.20.0/x64/codeql/tools/linux64
47+
libtree /__t/CodeQL/2.20.0/x64/codeql/tools/linux64/*.so
4648
- name: Perform CodeQL Analysis
4749
uses: github/codeql-action/analyze@v2
4850
with:

0 commit comments

Comments
 (0)