mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +00:00
build-system: switch GitHub Action Windows build to 64 bit
This is using the new build container with a 64bit MXE system. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
e71e715cd3
commit
bd0d7bd0fa
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ mkdir -p win32
|
|||
cd win32
|
||||
|
||||
# build Subsurface and then smtk2ssrf
|
||||
export MXEBUILDTYPE=i686-w64-mingw32.shared
|
||||
export MXEBUILDTYPE=x86_64-w64-mingw32.shared
|
||||
bash -ex ../subsurface/packaging/windows/mxe-based-build.sh installer
|
||||
|
||||
# the strange two step move is in order to get predictable names to use
|
||||
|
|
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
|||
buildInContainer:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: docker://subsurface/mxe-build-container:1.1
|
||||
image: docker://subsurface/mxe-build-container:2.0
|
||||
|
||||
steps:
|
||||
- name: checkout sources
|
||||
|
|
Loading…
Add table
Reference in a new issue