Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
kasper93 committed May 18, 2024
1 parent d46f4f9 commit 1bdff8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
run: |
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install -y autoconf automake ccache g++-mingw-w64 gcc-multilib meson nasm ninja-build pkg-config python3-pip wine wine32 wine64
sudo apt-get install -y autoconf automake ccache g++-mingw-w64 gcc-multilib meson nasm ninja-build pkg-config wine-binfmt
- name: Build libraries
run: |
Expand All @@ -76,7 +76,7 @@ jobs:
- name: Functional test
id: tests
run: |
cd artifact && wine64 ./mpv.com -v --no-config
cd artifact && ./mpv.com -v --no-config
env:
WINEDEBUG: '+loaddll'

Expand Down

0 comments on commit 1bdff8e

Please sign in to comment.