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 489629d commit cfcf61b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-buildscript.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +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 ~/sdl -B ~/build
cmake -S . ~/build
cmake --build ~/build

0 comments on commit cfcf61b

Please sign in to comment.