Skip to content

Commit 8e3d727

Browse files
committed
x
1 parent 8e21e03 commit 8e3d727

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/macos-latest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ jobs:
1818
# See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
1919
runs-on: macos-latest
2020

21-
continue-on-error: true
22-
2321
steps:
2422
- uses: actions/checkout@v3
2523

@@ -60,12 +58,14 @@ jobs:
6058
run: |
6159
cd src
6260
cmake -B ${{github.workspace}}/src/build -DQTVERSION=QT6 -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON
61+
continue-on-error: true
6362

6463
- name: Build
6564
# Build your program with the given configuration
6665
run: |
6766
cd src
6867
cmake --build ${{github.workspace}}/src/build --config ${{env.BUILD_TYPE}} --target seergdb --parallel 1
68+
continue-on-error: true
6969

7070
- name: List Objs
7171
# Build your program with the given configuration

0 commit comments

Comments
 (0)