Skip to content

Commit

Permalink
github-ci: Fix centos7 distcheck using lua 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
J0eJ0h committed Feb 5, 2024
1 parent 8682576 commit 3687ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@ jobs:
- run: make -j2
- run: make install
- run: make install-conf
- run: make distcheck
- run: DISTCHECK_CONFIGURE_FLAGS="${DISTCHECK_CONFIGURE_FLAGS} --disable-lua" make distcheck
- run: make clean
- run: make -j2
- uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
Expand Down

0 comments on commit 3687ee2

Please sign in to comment.