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 7, 2024
1 parent 23c8ede commit 04dfcc9
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
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

sudo apt-get -y install libopus-dev libasound2-dev libudev-dev libavahi-client-dev libcurl4-openssl-dev libevdev-dev libexpat1-dev libpulse-dev uuid-dev libenet-dev gcc g++ libraspberrypi-dev fakeroot debhelper libx11-dev libvdpau-dev libva-dev libgegl-dev cmake make
sudo apt-get -y install libopus-dev libasound2-dev libudev-dev libavahi-client-dev libcurl4-openssl-dev libevdev-dev libexpat1-dev libpulse-dev uuid-dev libenet-dev gcc g++ fakeroot debhelper libx11-dev libvdpau-dev libva-dev libgegl-dev cmake make
mkdir build
cd build/
cmake ../
Expand Down

0 comments on commit 04dfcc9

Please sign in to comment.