From b77d01bacae56018aa84da81ea047b48bc3418bc Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Thu, 9 Sep 2021 22:06:21 +0200 Subject: [PATCH] CI: Use new image for Windows build --- .github/workflows/ccpp.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 7e912e3a..f99ee322 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -1139,11 +1139,11 @@ jobs: path: build/strawberry-*.dmg - build-windows-qt5: - name: Build Windows Qt 5 + build-windows-mingw-qt5: + name: Build Windows MinGW Qt 5 runs-on: ubuntu-latest container: - image: jonaski/strawberry-mxe2 + image: jonaski/strawberry-mxe-x86_64 steps: - uses: actions/checkout@v1.2.0 @@ -1287,11 +1287,11 @@ jobs: working-directory: build run: makensis strawberry.nsi - build-windows-qt6: - name: Build Windows Qt 6 + build-windows-mingw-qt6: + name: Build Windows MinGW Qt 6 runs-on: ubuntu-latest container: - image: jonaski/strawberry-mxe2 + image: jonaski/strawberry-mxe-x86_64 steps: - uses: actions/checkout@v1.2.0 @@ -1404,7 +1404,7 @@ jobs: - name: Copy extra binaries working-directory: build - run: cp /usr/src/strawberry-mxe/usr/x86_64-w64-mingw32.shared/bin/{libssl-1_1-x64.dll,libcrypto-1_1-x64.dll,sqlite3.exe,killproc.exe,gst-launch-1.0.exe,gst-discoverer-1.0.exe} . + run: cp /usr/src/strawberry-mxe/usr/x86_64-w64-mingw32.shared/bin/{sqlite3.exe,killproc.exe,gst-launch-1.0.exe,gst-discoverer-1.0.exe} . - name: Copy dependencies working-directory: build