File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 12
12
strategy :
13
13
matrix :
14
14
os : [ubuntu-latest, windows-latest, macos-latest]
15
+ fail-fast : false
16
+
17
+ continue-on-error : true
15
18
16
19
steps :
17
20
- uses : actions/checkout@v4
@@ -61,15 +64,13 @@ jobs:
61
64
brew install qt6
62
65
echo 'export PATH="/opt/homebrew/opt/qt6/bin:$PATH"' >> ~/.bash_profile
63
66
source ~/.bash_profile
64
- qmake --version
65
67
66
68
- name : Install Qt6 (Windows)
67
69
if : matrix.os == 'windows-latest'
68
70
run : |
69
71
python -m pip install aqtinstall
70
72
python -m aqt install-qt windows desktop 6.6.0 win64_mingw --outputdir C:\Qt
71
73
echo C:\Qt\6.6.0\mingw_64\bin | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
72
- qmake --version
73
74
74
75
# Build the Project
75
76
- name : Build project
You can’t perform that action at this time.
0 commit comments