Skip to content

Commit

Permalink
Investigate missing ./autogen.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
k0kubun committed Mar 2, 2023
1 parent 533c8c0 commit 9823583
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/compilers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,12 @@ jobs:
with:
path: src/.downloaded-cache
key: downloaded-cache
- run: ./autogen.sh
- name: autogen
run: |
if [ ! -f ./autogen.sh ]; then
ls -la
fi
./autogen.sh
working-directory: src
- name: Run configure
run: >
Expand Down

0 comments on commit 9823583

Please sign in to comment.