ci: fix codeql prebuild steps for unix OSes (#2431)

This commit is contained in:
ReenigneArcher 2024-04-16 23:00:10 -04:00 committed by GitHub
commit ec8170cb40
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 3 deletions

View file

@ -1,4 +1,5 @@
# install dependencies for C++ analysis
set -e
# update pacman
pacman --noconfirm -Suy
@ -6,7 +7,6 @@ pacman --noconfirm -Suy
# install dependencies
pacman --noconfirm -S \
base-devel \
cmake \
diffutils \
gcc \
git \