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 44b7f09 commit 189b73aCopy full SHA for 189b73a
.github/workflows/build.yml
@@ -10,6 +10,7 @@ jobs:
10
uses: actions/checkout@v4
11
- name: Install deps
12
run: |
13
+ sudo apt-get update
14
sudo apt-get install -y build-essential cmake ninja-build qt6-base-dev libx11-dev libxcb1-dev
15
- name: Build
16
.github/workflows/codeql.yml
@@ -21,6 +21,7 @@ jobs:
21
steps:
22
23
24
25
sudo apt-get install -y qt6-base-dev libx11-dev libxcb1-dev
26
27
- name: Checkout repository
0 commit comments