Fix a typo to suppress updating rbconfig.rb during make up

This commit is contained in:
Nobuyoshi Nakada 2023-08-15 20:05:22 +09:00
parent b76c2ec005
commit 6066f8d337
No known key found for this signature in database
GPG Key ID: 3582D74E1FEE4465

View File

@ -93,7 +93,7 @@ runs:
working-directory: ${{ inputs.srcdir }}
run: |
touch config.status
touch rbconfig.time
touch .rbconfig.time
sed -f tool/prereq.status template/Makefile.in common.mk > Makefile
make up