Skip to content

Commit

Permalink
Merge pull request #14 from chu11/makedist
Browse files Browse the repository at this point in the history
workflow: add sanity make dist to workflow
  • Loading branch information
chu11 authored Aug 29, 2023
2 parents 05f6f23 + ba454e2 commit 4194ce3
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 @@ -15,3 +15,5 @@ jobs:
run: ./configure
- name: make
run: make
- name: make dist
run: make dist

0 comments on commit 4194ce3

Please sign in to comment.