Update MSYS2 pre-build step

This commit is contained in:
Sergey Stepanov 2020-04-27 12:29:45 +03:00
parent da2d5b0ead
commit ffd4007bd2
No known key found for this signature in database
GPG key ID: A56B4929BAA8556B
3 changed files with 7 additions and 7 deletions

View file

@ -62,7 +62,7 @@ jobs:
- name: Build Windows app
if: matrix.os == 'windows-latest'
run: |
msys2do pacman -S --noconfirm --needed make mingw-w64-x86_64-gcc mingw-w64-x86_64-pkg-config mingw-w64-x86_64-dlfcn mingw-w64-x86_64-libvpx mingw-w64-x86_64-opusfile
msys2do pacman -Sy --noconfirm --needed make mingw-w64-x86_64-{gcc,pkg-config,dlfcn,libvpx,opusfile}
msys2do make build
- name: Build Linux app

View file

@ -80,7 +80,7 @@ jobs:
- name: Build Windows app
if: matrix.os == 'windows-latest'
run: |
msys2do pacman -S --noconfirm --needed make mingw-w64-x86_64-gcc mingw-w64-x86_64-pkg-config mingw-w64-x86_64-dlfcn mingw-w64-x86_64-libvpx mingw-w64-x86_64-opusfile
msys2do pacman -Sy --noconfirm --needed make mingw-w64-x86_64-{gcc,pkg-config,dlfcn,libvpx,opusfile}
msys2do make release RELEASE_DIR=${{ env.release-dir }} DLIB_SEARCH_PATTERN=/mingw.*dll CORE_EXT=dll
- name: Build Linux app