Skip to content

Commit 7b48735

Browse files
committed
x
1 parent 9efe607 commit 7b48735

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/macos-latest.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
6262
- name: Build
6363
# Build your program with the given configuration
64+
continue-on-error: true
6465
run: |
6566
cd src
6667
cmake --build ${{github.workspace}}/src/build --config ${{env.BUILD_TYPE}} --target seergdb --parallel 1
@@ -69,6 +70,7 @@ jobs:
6970
# Build your program with the given configuration
7071
run: |
7172
cd src
73+
ls -l
7274
ls -l CMakeFiles/seergdb.dir/
7375
7476
- name: Tar

0 commit comments

Comments
 (0)