Skip to content

Commit

Permalink
CICD: Update the MXE Version Used to Build the Windows Version.
Browse files Browse the repository at this point in the history
This fixes the missing 'Print' functionality in Windows.

Signed-off-by: Michael Keller <[email protected]>
  • Loading branch information
mikeller committed Nov 15, 2024
1 parent 52be63d commit 7171cc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/windows-mxe-dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
windows-mxe:
runs-on: ubuntu-latest
env:
VERSION: ${{ '3.3.0' }} # 'official' images should have a dot-zero version
VERSION: ${{ '3.3.1' }} # 'official' images should have a dot-zero version
mxe_sha: '974808c2ecb02866764d236fe533ae57ba342e7a'

steps:
Expand Down
2 changes: 1 addition & 1 deletion scripts/docker/mxe-build-container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ RUN apt-get install -y \
scons

# very often master is broken, so we pass in a known good SHA
ARG mxe_sha=d6377b2f2334694dbb040294fd0d848327e63328
ARG mxe_sha=db430dc676e6f5d77604af150b8acc1403af4fd7
ENV _ver=${mxe_sha}

WORKDIR /win
Expand Down

0 comments on commit 7171cc2

Please sign in to comment.