Skip to content

Commit 458640b

Browse files
committed
Merge branch 'dev-deavid' into alpha
2 parents 45390e7 + ad64c80 commit 458640b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release-alpha.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Update APT & Install Build Dependencies
1919
run: |
2020
sudo apt-get update
21-
sudo apt-get install -y g++ pkg-config libx11-dev libasound2-dev libudev-dev libxkbcommon-x11-0 mingw-w64 zip
21+
sudo apt-get install -y g++ pkg-config libx11-dev libasound2-dev libudev-dev libxkbcommon-x11-0 mingw-w64 zip imagemagick bc xbrzscale
2222
2323
- name: Install WASM deps
2424
run: |

.github/workflows/release-beta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
2424
- name: Install Linux Build Dependencies (if any)
2525
run: |
26-
sudo apt-get install g++ pkg-config libx11-dev libasound2-dev libudev-dev libxkbcommon-x11-0
26+
sudo apt-get install -y g++ pkg-config libx11-dev libasound2-dev libudev-dev libxkbcommon-x11-0 imagemagick bc xbrzscale
2727
2828
- name: Install Windows Cross-Compile Dependencies (mingw)
2929
run: |

.github/workflows/release-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
2525
- name: Install Linux Build Dependencies (if any)
2626
run: |
27-
sudo apt-get install g++ pkg-config libx11-dev libasound2-dev libudev-dev libxkbcommon-x11-0
27+
sudo apt-get install -y g++ pkg-config libx11-dev libasound2-dev libudev-dev libxkbcommon-x11-0 imagemagick bc xbrzscale
2828
2929
- name: Install Windows Cross-Compile Dependencies (mingw)
3030
run: |

0 commit comments

Comments
 (0)