Skip to content

Commit 189b73a

Browse files
committed
try to fix build runners.
1 parent 44b7f09 commit 189b73a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
uses: actions/checkout@v4
1111
- name: Install deps
1212
run: |
13+
sudo apt-get update
1314
sudo apt-get install -y build-essential cmake ninja-build qt6-base-dev libx11-dev libxcb1-dev
1415
- name: Build
1516
run: |

.github/workflows/codeql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
steps:
2222
- name: Install deps
2323
run: |
24+
sudo apt-get update
2425
sudo apt-get install -y qt6-base-dev libx11-dev libxcb1-dev
2526
2627
- name: Checkout repository

0 commit comments

Comments
 (0)