Skip to content

Commit

Permalink
Make runtime exception for graphviz as well
Browse files Browse the repository at this point in the history
  • Loading branch information
GreyCat committed Jul 21, 2023
1 parent c657e84 commit cf81fb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ jobs:
run: |
mkdir -p runtime
git clone https://github.com/kaitai-io/kaitai_struct_${{matrix.tsv.target}}_runtime runtime/${{matrix.tsv.target}}
if: matrix.tsv.target != 'construct'
if: matrix.tsv.target != 'construct' && matrix.tsv.target != 'graphviz'

# Two different job_id parsers: for 3 values (with subtarget being non-empty) and for 2 values (with subtarget being empty)
- name: job_id parser 3
Expand Down

0 comments on commit cf81fb3

Please sign in to comment.