Skip to content

Commit

Permalink
ci: dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
markokr committed Apr 6, 2024
1 parent 8a3e887 commit 9980118
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: "Build"
run: |
./autogen.sh
./configure --prefix=./testinstall
./configure --prefix=${GITHUB_WORKSPACE}/testinstall
make RST2MAN=${{env.RST2MAN}}
make install
Expand Down Expand Up @@ -148,6 +148,7 @@ jobs:
- name: "Build"
shell: bash
run: |
env
./autogen.sh
./configure --prefix=${GITHUB_WORKSPACE}/testinstall || {
tail -n 500 config.log
Expand Down

0 comments on commit 9980118

Please sign in to comment.