Investigate missing ./autogen.sh

https://github.com/ruby/ruby/actions/runs/4316772946/jobs/7532986318
This commit is contained in:
Takashi Kokubun 2023-03-02 09:58:03 -08:00
parent 533c8c0c44
commit 98235834fa

View File

@ -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: >