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:
Michael Keller 2024-09-16 07:57:49 +12:00
parent a6a15f9d3a
commit 02638d7c3e

View file

@ -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