Skip to content

Commit a8d43ea

Browse files
committed
fix mac build fail
1 parent 9aa1fb9 commit a8d43ea

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -122,14 +122,9 @@ jobs:
122122
run: |
123123
mkdir build
124124
cd build
125+
cmake ..
125126
cmake --build . --config Release
126127
127-
- name: Test
128-
id: cmake_test
129-
run: |
130-
cd build
131-
ctest --verbose
132-
133128
- name: Get commit hash
134129
id: commit
135130
if: ${{ ( github.event_name == 'push' && github.ref == 'refs/heads/master' ) || github.event.inputs.create_release == 'true' }}

0 commit comments

Comments
 (0)