Skip to content

Commit

Permalink
Update Windows Build to 3.3.2
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Keller <[email protected]>
  • Loading branch information
mikeller committed Nov 16, 2024
1 parent d510a6b commit 3c1b100
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
build:
runs-on: ubuntu-latest
container:
image: docker://mikeller/mxe-build:3.3.1
image: docker://mikeller/mxe-build:3.3.2

steps:
- name: checkout sources
Expand Down
2 changes: 1 addition & 1 deletion packaging/windows/docker-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ if [[ -z "${CONTAINER_ID}" ]]; then
croak "Please make sure GIT_AUTHOR_NAME and GIT_AUTHOR_EMAIL are set for the first run of this script."
fi

docker create -v ${SUBSURFACE_ROOT}:${CONTAINER_SUBSURFACE_DIR} --name=${CONTAINER_NAME} mikeller/mxe-build:3.3.1 sleep infinity
docker create -v ${SUBSURFACE_ROOT}:${CONTAINER_SUBSURFACE_DIR} --name=${CONTAINER_NAME} mikeller/mxe-build:3.3.2 sleep infinity
fi

# Start the container
Expand Down

0 comments on commit 3c1b100

Please sign in to comment.