Try custom mingw container
This commit is contained in:
parent
b5cb624697
commit
dde3547d4e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -136,7 +136,7 @@ jobs:
|
|||
build_for_mingw32:
|
||||
runs-on: ubuntu-18.04
|
||||
container:
|
||||
image: archlinux
|
||||
image: ghcr.io/sfztools/archlinux
|
||||
steps:
|
||||
- name: Set install name
|
||||
run: |
|
||||
|
|
@ -200,7 +200,7 @@ jobs:
|
|||
build_for_mingw64:
|
||||
runs-on: ubuntu-18.04
|
||||
container:
|
||||
image: archlinux
|
||||
image: ghcr.io/sfztools/archlinux
|
||||
steps:
|
||||
- name: Set install name
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue