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