mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
fix windows build script (#555)
This commit is contained in:
parent
bf91af67cc
commit
bbea2d8bd2
7
.github/workflows/windows.yml
vendored
7
.github/workflows/windows.yml
vendored
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue