mirror of
https://github.com/epasveer/seer.git
synced 2026-08-29 16:40:42 +08:00
x
This commit is contained in:
@@ -18,6 +18,8 @@ jobs:
|
||||
# See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
|
||||
runs-on: macos-latest
|
||||
|
||||
continue-on-error: true
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
@@ -61,7 +63,6 @@ jobs:
|
||||
|
||||
- name: Build
|
||||
# Build your program with the given configuration
|
||||
continue-on-error: true
|
||||
run: |
|
||||
cd src
|
||||
cmake --build ${{github.workspace}}/src/build --config ${{env.BUILD_TYPE}} --target seergdb --parallel 1
|
||||
|
||||
Reference in New Issue
Block a user