We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58361e2 commit 1a4d861Copy full SHA for 1a4d861
.github/workflows/build.yml
@@ -35,7 +35,9 @@ jobs:
35
36
- name: Install dependencies on Linux
37
if: runner.os == 'Linux'
38
- run: sudo apt-get install -y xorg-dev libglu1-mesa-dev libwayland-dev libxkbcommon-dev libdbus-1-dev
+ run: |
39
+ sudo apt-get update
40
+ sudo apt-get install -y xorg-dev libglu1-mesa-dev libwayland-dev libxkbcommon-dev libdbus-1-dev
41
42
- name: Configure (Windows)
43
if: runner.os == 'Windows'
0 commit comments