Investigate missing ./autogen.sh
https://github.com/ruby/ruby/actions/runs/4316772946/jobs/7532986318
This commit is contained in:
parent
533c8c0c44
commit
98235834fa
7
.github/workflows/compilers.yml
vendored
7
.github/workflows/compilers.yml
vendored
@ -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: >
|
||||
|
Loading…
x
Reference in New Issue
Block a user