From 7b487352b25847b5347f621a1fdaafa3eecb99dd Mon Sep 17 00:00:00 2001 From: Ernie Pasveer Date: Sun, 25 May 2025 09:09:25 -0500 Subject: [PATCH] x --- .github/workflows/macos-latest.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/macos-latest.yml b/.github/workflows/macos-latest.yml index 81e418c..a6ac506 100644 --- a/.github/workflows/macos-latest.yml +++ b/.github/workflows/macos-latest.yml @@ -61,6 +61,7 @@ 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 @@ -69,6 +70,7 @@ jobs: # Build your program with the given configuration run: | cd src + ls -l ls -l CMakeFiles/seergdb.dir/ - name: Tar