This commit is contained in:
Ernie Pasveer
2025-05-25 09:16:15 -05:00
parent 7b487352b2
commit 8e21e030b0
+2 -1
View File
@@ -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