Skip to content

Commit

Permalink
fix mac build fail
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberhan123 committed Nov 12, 2023
1 parent 9aa1fb9 commit a8d43ea
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,14 +122,9 @@ jobs:
run: |
mkdir build
cd build
cmake ..
cmake --build . --config Release
- name: Test
id: cmake_test
run: |
cd build
ctest --verbose
- name: Get commit hash
id: commit
if: ${{ ( github.event_name == 'push' && github.ref == 'refs/heads/master' ) || github.event.inputs.create_release == 'true' }}
Expand Down

0 comments on commit a8d43ea

Please sign in to comment.