Skip to content

Commit 0906b5a

Browse files
committed
Use linux_gcc_64 arch when installing Qt
1 parent 716d8fa commit 0906b5a

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/linux-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
with:
4242
version: ${{ matrix.qt-version }}
4343
host: 'linux'
44+
arch: 'linux_gcc_64'
4445
target: ${{ matrix.qt-target }}
4546
modules: ${{ matrix.qt-modules }}
4647
- if: "!contains(matrix.arch, 'amd64')"

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
with:
5353
version: ${{ matrix.qt-version }}
5454
host: 'linux'
55+
arch: 'linux_gcc_64'
5556
target: ${{ matrix.qt-target }}
5657
modules: ${{ matrix.qt-modules }}
5758
- if: "!contains(matrix.arch, 'amd64')"

.github/workflows/utests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
uses: jurplel/install-qt-action@v4
2828
with:
2929
version: '6.7.*'
30+
arch: 'linux_gcc_64'
3031
- name: Configure CMake
3132
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DSCRATCHCPP_PLAYER_BUILD_UNIT_TESTS=ON
3233

0 commit comments

Comments
 (0)