Skip to content

Commit db756dc

Browse files
committed
fix autobuild
1 parent fc150fc commit db756dc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [workflow_dispatch]
55
jobs:
66
windows-msys:
77
name: ${{ matrix.config }} Windows ${{ matrix.arch }}
8-
runs-on: windows-2019
8+
runs-on: windows-2022
99
strategy:
1010
fail-fast: false
1111
matrix:
@@ -27,7 +27,7 @@ jobs:
2727
steps:
2828
- uses: msys2/setup-msys2@v2
2929
with:
30-
install: ${{ matrix.prefix }}-qt5-base ${{ matrix.prefix }}-libxml2 git p7zip
30+
install: base-devel ${{ matrix.prefix }}-toolchain ${{ matrix.prefix }}-qt5-base ${{ matrix.prefix }}-libxml2 git unzip p7zip
3131
msystem: ${{ matrix.msystem }}
3232
path-type: minimal
3333
release: false
@@ -69,7 +69,7 @@ jobs:
6969

7070
- name: Build
7171
run: |
72-
make CXXFLAGS="-Wno-deprecated-copy" -j4
72+
make CC=gcc-14 CXX=g++-14 CXXFLAGS="-Wno-deprecated-copy" -j4
7373
7z a Linux-${{ matrix.arch }}.7z ./install/*
7474
# 7z to preserve file permissions
7575

0 commit comments

Comments
 (0)