File tree 3 files changed +3
-0
lines changed 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 41
41
with :
42
42
version : ${{ matrix.qt-version }}
43
43
host : ' linux'
44
+ arch : ' linux_gcc_64'
44
45
target : ${{ matrix.qt-target }}
45
46
modules : ${{ matrix.qt-modules }}
46
47
- if : " !contains(matrix.arch, 'amd64')"
Original file line number Diff line number Diff line change 52
52
with :
53
53
version : ${{ matrix.qt-version }}
54
54
host : ' linux'
55
+ arch : ' linux_gcc_64'
55
56
target : ${{ matrix.qt-target }}
56
57
modules : ${{ matrix.qt-modules }}
57
58
- if : " !contains(matrix.arch, 'amd64')"
Original file line number Diff line number Diff line change 27
27
uses : jurplel/install-qt-action@v4
28
28
with :
29
29
version : ' 6.7.*'
30
+ arch : ' linux_gcc_64'
30
31
- name : Configure CMake
31
32
run : cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DSCRATCHCPP_PLAYER_BUILD_UNIT_TESTS=ON
32
33
You can’t perform that action at this time.
0 commit comments