fix windows build script (#555)

This commit is contained in:
toracle 2023-09-09 11:28:18 +09:00
parent bf91af67cc
commit bbea2d8bd2

View file

@ -35,7 +35,12 @@ jobs:
path-type: inherit
release: true
update: true
install: 'base-devel mingw-w64-${{ matrix.arch }}-toolchain p7zip'
install: >-
base-devel
p7zip
autotools
mingw-w64-${{ matrix.arch }}-toolchain
mingw-w64-${{ matrix.arch }}-autotools
- name: Run MSYS2 once
shell: msys2 {0}
run: |