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 9, 2024
1 parent e600142 commit c8706b8
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,5 +1,5 @@
#!/usr/bin/env bash

sudo apt-get install -y libglfw3-dev
sudo apt-get install -y libglfw3-dev libglu1-mesa-dev
make test
make examples

0 comments on commit c8706b8

Please sign in to comment.