mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
CICD: Use the Updated 3.2.0 docker Image for Windows Builds.
This updates MXE to a current version and includes libraw. Signed-off-by: Michael Keller <github@ike.ch>
This commit is contained in:
parent
a6a15f9d3a
commit
02638d7c3e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
|||
build:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: docker://subsurface/mxe-build:3.1.0
|
||||
image: docker://subsurface/mxe-build:3.2.0
|
||||
|
||||
steps:
|
||||
- name: checkout sources
|
||||
|
|
Loading…
Reference in a new issue