Skip to content

Commit

Permalink
Remove --werror for capstone-v3 build [revert after merge]
Browse files Browse the repository at this point in the history
  • Loading branch information
kazarmy committed Mar 9, 2021
1 parent 92470f4 commit fb83f3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -110,7 +110,7 @@ jobs:
os: ubuntu-20.04
build_system: meson
compiler: gcc
meson_options: -Dbuildtype=release -Duse_capstone_version=v3 --werror
meson_options: -Dbuildtype=release -Duse_capstone_version=v3
run_tests: false
enabled: ${{ needs.changes.outputs.edited == 'true' }}
timeout: 45
Expand Down

0 comments on commit fb83f3e

Please sign in to comment.