Skip to content

Commit

Permalink
Fix broken workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
animetosho committed Aug 30, 2023
1 parent 83dd189 commit c20f97e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ jobs:
- uses: actions/checkout@v3
- run: aclocal && automake --warnings=all --add-missing && autoconf --warnings=all
- run: ./configure
env:
LDFLAGS: -s
- uses: actions/upload-artifact@v3
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}
- run: aclocal && automake --warnings=all --add-missing && autoconf --warnings=all
- run: ./configure
env:
LDFLAGS: -s
- run: make
- run: ./par2 -h
Expand Down

0 comments on commit c20f97e

Please sign in to comment.