We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 54fa76e + caf7e57 commit 78b1c60Copy full SHA for 78b1c60
.github/workflows/build.yml
@@ -12,7 +12,9 @@ jobs:
12
steps:
13
- uses: actions/checkout@v4
14
- name: Install libraries
15
- run: sudo apt install -y libgtk2.0-dev libglew-dev libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev libgles2-mesa-dev libegl1-mesa-dev libcurl4-openssl-dev libgpiod2 libgpiod-dev
+ run: |
16
+ sudo apt-get update
17
+ sudo apt-get install -y libgtk2.0-dev libglew-dev libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev libgles2-mesa-dev libegl1-mesa-dev libcurl4-openssl-dev libgpiod2 libgpiod-dev
18
- name: make
19
run: make -j2
20
- name: Archive production artifacts
0 commit comments