Skip to content

Commit

Permalink
workflow: add sanity make dist to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
chu11 committed Aug 29, 2023
1 parent 5a1f579 commit 2497f17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ jobs:
run: ./configure
- name: make
run: make
- name: make dist
run: make dist

0 comments on commit 2497f17

Please sign in to comment.