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 51cc11c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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 ccache g++-mingw-w64 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
3 changes: 1 addition & 2 deletions ci/build-mingw64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -245,8 +245,7 @@ _harfbuzz_mark=lib/libharfbuzz.dll.a
_libass () {
[ -d libass ] || $gitclone https://github.com/libass/libass.git
builddir libass
[ -f ../configure ] || (cd .. && ./autogen.sh)
../configure --host=$TARGET $commonflags
meson setup .. --cross-file "$prefix_dir/crossfile"
makeplusinstall
popd
}
Expand Down

0 comments on commit 51cc11c

Please sign in to comment.