Skip to content

Commit

Permalink
remove crash hook for mac build
Browse files Browse the repository at this point in the history
  • Loading branch information
npq7721 committed Aug 19, 2024
1 parent a8915b4 commit 7c7f6fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ jobs:
- name: Configure
run: |
./autogen.sh
./configure --prefix=`pwd`/depends/x86_64-apple-darwin20.6.0 --enable-debug --enable-crash-hooks
./configure --prefix=`pwd`/depends/x86_64-apple-darwin20.6.0 --enable-debug
- name: Build Binaries
run: |
Expand Down

0 comments on commit 7c7f6fa

Please sign in to comment.