Skip to content

Commit

Permalink
test github actions / 4
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Sep 9, 2023
1 parent 17df407 commit 847046b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/regression.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: actions/checkout@v3
- name: Create and run Autotools configure script
run: |
(cd libmikmod && autoreconf && ./configure)
(cd libmikmod && autoreconf -i && ./configure)
- name: Autotools build
run: |
(cd libmikmod && make -j 3)

0 comments on commit 847046b

Please sign in to comment.