File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ cd $ROOTDIR
1313chmod a+rx $ROOTDIR /build/helper
1414
1515# Show configuration progress with a temporary directory we set up.
16- mkdir .INSTALLING_1_of_4
16+ mkdir -p .INSTALLING_1_of_4
1717
1818cd /home/runner
1919php -r " copy('https://getcomposer.org/installer', 'composer-setup.php');"
@@ -23,15 +23,15 @@ php composer-setup.php --install-dir=/home/runner/bin --filename=composer
2323php -r " unlink('composer-setup.php');"
2424cd $ROOTDIR
2525
26- mkdir .INSTALLING_2_of_4
26+ mkdir -p .INSTALLING_2_of_4
2727
2828install-pkg php-mbstring
2929
30- mkdir .INSTALLING_3_of_4
30+ mkdir -p .INSTALLING_3_of_4
3131
3232install-pkg php-curl
3333
34- mkdir .INSTALLING_4_of_4
34+ mkdir -p .INSTALLING_4_of_4
3535
3636export PHPRC=$ROOTDIR /build/replit.ini
3737export PATH=$PATH :/home/runner/bin:$ROOTDIR /vendor/bin
You can’t perform that action at this time.
0 commit comments