mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-08-10 00:52:16 +00:00
ci: fix codeql prebuild steps for unix OSes (#2431)
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user