Fix a typo to suppress updating rbconfig.rb during make up
This commit is contained in:
parent
b76c2ec005
commit
6066f8d337
2
.github/actions/setup/directories/action.yml
vendored
2
.github/actions/setup/directories/action.yml
vendored
@ -93,7 +93,7 @@ runs:
|
|||||||
working-directory: ${{ inputs.srcdir }}
|
working-directory: ${{ inputs.srcdir }}
|
||||||
run: |
|
run: |
|
||||||
touch config.status
|
touch config.status
|
||||||
touch rbconfig.time
|
touch .rbconfig.time
|
||||||
sed -f tool/prereq.status template/Makefile.in common.mk > Makefile
|
sed -f tool/prereq.status template/Makefile.in common.mk > Makefile
|
||||||
make up
|
make up
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user