Skip to content

Commit

Permalink
Don't allow v6 CI job for CS v6 to fail.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rot127 committed Oct 21, 2024
1 parent d6db58e commit 4fc540b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ jobs:
enabled: ${{ (github.event_name != 'pull_request' || contains(github.head_ref, 'capstone')) && needs.changes.outputs.edited == 'true' }}
timeout: 45
cflags: "-Wno-cpp"
allow_failure: true
allow_failure: false
- name: no-gpl-code
os: ubuntu-22.04
build_system: meson
Expand Down

0 comments on commit 4fc540b

Please sign in to comment.