Skip to content

Commit

Permalink
actions: disable 32bit builds as no longer possible
Browse files Browse the repository at this point in the history
(not without more effort)
  • Loading branch information
mcallegari committed Nov 16, 2024
1 parent 620f481 commit 87572c9
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ jobs:
strategy:
fail-fast: false
matrix:
task: [compile-qt5, compile-qt5-32bit, compile-qt5qml]
task: [compile-qt5, compile-qt5qml]
env:
CI_REPO_SLUG: ${{ github.repository }}
CI_BRANCH: ${{ github.head_ref }}
Expand Down Expand Up @@ -368,15 +368,15 @@ jobs:
mingw-w64-i686-flac
mingw-w64-i686-fftw
mingw-w64-i686-python-lxml
mingw-w64-i686-qt6-base
mingw-w64-i686-qt6-multimedia
mingw-w64-i686-qt6-serialport
mingw-w64-i686-qt6-websockets
mingw-w64-i686-qt6-script
mingw-w64-i686-qt6-tools
mingw-w64-i686-qt6-imageformats
mingw-w64-i686-qt6-svg
mingw-w64-i686-qt6-declarative
mingw-w64-i686-qt5-base
mingw-w64-i686-qt5-multimedia
mingw-w64-i686-qt5-serialport
mingw-w64-i686-qt5-websockets
mingw-w64-i686-qt5-script
mingw-w64-i686-qt5-tools
mingw-w64-i686-qt5-imageformats
mingw-w64-i686-qt5-svg
mingw-w64-i686-qt5-declarative
mingw-w64-i686-nsis
- name: Install legacy libusb (32 bit)
Expand Down

0 comments on commit 87572c9

Please sign in to comment.