From 02638d7c3ee2b9cc6d2884ec62e56a8d0b4d8e0b Mon Sep 17 00:00:00 2001 From: Michael Keller Date: Mon, 16 Sep 2024 07:57:49 +1200 Subject: [PATCH] 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/workflows/windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index cc4b03d53..e96ac186b 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -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