Skip to content

Commit

Permalink
miyoo_mini_release.yml: Install smpq
Browse files Browse the repository at this point in the history
Looks like the 1.5.3 release build failed because smpq was missing https://github.com/diasurgical/devilutionX/actions/runs/10645902045
  • Loading branch information
glebm committed Sep 1, 2024
1 parent 0d1106e commit b6ed2b1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/miyoo_mini_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,14 @@ jobs:
with:
fetch-depth: 0

- name: Install toolchain
- name: Install smpq
run: sudo apt-get update && sudo apt-get install -y smpq

- name: Install toolchain
working-directory: ${{github.workspace}}
run: sudo Packaging/miyoo_mini/setup_toolchain.sh

- name: Build
- name: Build
working-directory: ${{github.workspace}}
run: Packaging/miyoo_mini/build.sh

Expand Down

0 comments on commit b6ed2b1

Please sign in to comment.