Skip to content

Commit 8e21e03

Browse files
committed
x
1 parent 7b48735 commit 8e21e03

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/macos-latest.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ 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+
2123
steps:
2224
- uses: actions/checkout@v3
2325

@@ -61,7 +63,6 @@ jobs:
6163
6264
- name: Build
6365
# Build your program with the given configuration
64-
continue-on-error: true
6566
run: |
6667
cd src
6768
cmake --build ${{github.workspace}}/src/build --config ${{env.BUILD_TYPE}} --target seergdb --parallel 1

0 commit comments

Comments
 (0)