Skip to content

Commit

Permalink
fix(ci): replace 'make emit' with 'make example'
Browse files Browse the repository at this point in the history
Signed-off-by: Simon A. F. Lund <[email protected]>
  • Loading branch information
safl committed Nov 20, 2024
1 parent 82f29e5 commit c59412f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ jobs:
gcc --version
# coverage --help

- name: Yace, Emit
- name: Yace, exampl
run: |
make emit
make example
# - name: Produce coverage report
# run: |
Expand Down

0 comments on commit c59412f

Please sign in to comment.