Skip to content

Commit 2fd69da

Browse files
committed
Fixup
1 parent 1308e33 commit 2fd69da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/jobs/baseinstall.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ show_phpinfo "$phpversion"
2323

2424
section_start "Run composer"
2525
export APP_ENV="dev"
26-
cd webapp
26+
cd lib/vendor
2727
composer install --no-scripts |tee "$ARTIFACTS"/composer_out.txt
2828
cd ..
2929
section_end

0 commit comments

Comments
 (0)