-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: update codeql to handle multiple OSes
- Loading branch information
1 parent
76d08eb
commit 9ac63f0
Showing
3 changed files
with
52 additions
and
9 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# install dependencies for C++ analysis | ||
|
||
# update pacman | ||
pacman --noconfirm -Suy | ||
|
||
# install dependencies | ||
pacman --noconfirm -S \ | ||
base-devel \ | ||
cmake \ | ||
diffutils \ | ||
gcc \ | ||
git \ | ||
make \ | ||
mingw-w64-x86_64-binutils \ | ||
mingw-w64-x86_64-boost \ | ||
mingw-w64-x86_64-cmake \ | ||
mingw-w64-x86_64-curl \ | ||
mingw-w64-x86_64-miniupnpc \ | ||
mingw-w64-x86_64-nlohmann-json \ | ||
mingw-w64-x86_64-nodejs \ | ||
mingw-w64-x86_64-onevpl \ | ||
mingw-w64-x86_64-openssl \ | ||
mingw-w64-x86_64-opus \ | ||
mingw-w64-x86_64-rust \ | ||
mingw-w64-x86_64-toolchain |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters