File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 config :
3232 - qt_version : 6.9.3
3333 qt_modules : qtscxml qtremoteobjects
34- qt_arch : win64_msvc2019_64
3534 macos_architectures : " x86_64;arm64"
3635 steps :
3736 - name : Install Dependencies on Linux
@@ -45,24 +44,13 @@ jobs:
4544 run : brew install bison
4645
4746 - name : Install Qt ${{ matrix.config.qt_version }} with options and default aqtversion (Linux/macOS)
48- if : ${{ runner.os != 'Windows' }}
4947 uses : jurplel/install-qt-action@v4
5048 with :
5149 aqtversion : null # use whatever the default is
5250 modules : ${{ matrix.config.qt_modules }}
5351 version : ${{ matrix.config.qt_version }}
5452 cache : true
5553
56- - name : Install Qt with options and default aqtversion (Windows)
57- if : ${{ runner.os == 'Windows' }}
58- uses : jurplel/install-qt-action@v4
59- with :
60- aqtversion : null # use whatever the default is
61- modules : ${{ matrix.config.qt_modules }}
62- version : ${{ matrix.config.qt_version }}
63- arch : ${{ matrix.config.qt_arch }}
64- cache : true
65-
6654 - name : Install ninja-build tool (must be after Qt due PATH changes)
6755 uses : turtlesec-no/get-ninja@main
6856
You can’t perform that action at this time.
0 commit comments