mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
build-system: build Windows binaries with gcc 10.2
This simply uses a newer version of our build container which includes newer tools. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
21fbc7f6e4
commit
ed67979ed9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
||||||
buildWindows:
|
buildWindows:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: docker://subsurface/mxe-build-container:2.0
|
image: docker://subsurface/mxe-build-container:2.2
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: checkout sources
|
- name: checkout sources
|
||||||
|
|
Loading…
Add table
Reference in a new issue