Skip to content

Commit

Permalink
Tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesLorenz committed Jan 21, 2024
1 parent a20ca47 commit c33661e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ jobs:
name: mingw-${{matrix.compiler.bits}}-cross
runs-on: ubuntu-latest
steps:
- name: Install MinGW
run: |
sudo apt-get install -y mingw-w64
- name: Compile dependencies
run: |
cd /tmp
Expand All @@ -83,7 +86,6 @@ jobs:
rm -rf /tmp/expat-2.5.0
- name: Install dependencies
run: |
sudo apt-get install -y mingw-w64
sudo add-apt-repository ppa:tobydox/mingw-w64
sudo apt update
sudo apt-get install -y fluidsynth-mingw-w64
Expand Down

0 comments on commit c33661e

Please sign in to comment.