File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff 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)
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 :
You can’t perform that action at this time.
0 commit comments