Skip to content

Commit 38c9317

Browse files
authored
[CI] fix bug on errors
1 parent 9650369 commit 38c9317

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/cpp.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [ubuntu-latest, windows-latest, macos-latest]
15+
fail-fast: false
16+
17+
continue-on-error: true
1518

1619
steps:
1720
- uses: actions/checkout@v4
@@ -61,15 +64,13 @@ jobs:
6164
brew install qt6
6265
echo 'export PATH="/opt/homebrew/opt/qt6/bin:$PATH"' >> ~/.bash_profile
6366
source ~/.bash_profile
64-
qmake --version
6567
6668
- name: Install Qt6 (Windows)
6769
if: matrix.os == 'windows-latest'
6870
run: |
6971
python -m pip install aqtinstall
7072
python -m aqt install-qt windows desktop 6.6.0 win64_mingw --outputdir C:\Qt
7173
echo C:\Qt\6.6.0\mingw_64\bin | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
72-
qmake --version
7374
7475
# Build the Project
7576
- name: Build project

0 commit comments

Comments
 (0)