Skip to content

Commit

Permalink
Update codeql-buildscript.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
b4yuan authored Feb 4, 2024
1 parent 3a7a61d commit 489629d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/codeql-buildscript.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ sudo apt-get install build-essential git \
libxrandr-dev libxcursor-dev libxfixes-dev libxi-dev libxss-dev libwayland-dev \
libxkbcommon-dev libdrm-dev libgbm-dev libgl1-mesa-dev libgles2-mesa-dev \
libegl1-mesa-dev libdbus-1-dev libibus-1.0-dev libudev-dev fcitx-libs-dev
cmake -S. -Bbuild -GNinja && cmake --build build
cmake -S ~/sdl -B ~/build
cmake --build ~/build

0 comments on commit 489629d

Please sign in to comment.