We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4190c5f commit 96c5732Copy full SHA for 96c5732
1 file changed
.github/workflows/codeql.yml
@@ -59,7 +59,7 @@ jobs:
59
- name: Setup
60
run: |
61
sudo apt-get -y update
62
- sudo apt-get install libxkbcommon-dev libxkbcommon-x11-0 fuse libxcb-cursor-dev gdb
+ sudo apt-get install libxkbcommon-dev libxkbcommon-x11-0 fuse libxcb-cursor-dev gdb build-essential
63
64
# Initializes the CodeQL tools for scanning.
65
- name: Initialize CodeQL
0 commit comments