File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ jobs:
117117 run : |
118118 mkdir -p test/cli
119119 cd test/cli
120- ../../bny php ../../ composer.phar create-project workerman/webman:~2.0 --no-interaction --repository-url=https://mirrors.aliyun.com/composer/
120+ ../../bny composer create-project workerman/webman:~2.0 --no-interaction
121121 cp webman/start.php webman/index.php
122122 cd webman
123123 chmod +x ../../bny
@@ -126,7 +126,7 @@ jobs:
126126 - name : Compile pebview project
127127 run : |
128128 cd test/gui/pebview
129- ../../../bny php -d extension=ffi -d ffi.enable=true ../../../ composer.phar require kingbes/pebview --repository-url=https://mirrors.aliyun.com/composer/
129+ ../../../bny composer require kingbes/pebview
130130 ../../../bny compile . -noterm true
131131
132132 - name : Prepare release package
@@ -175,7 +175,7 @@ jobs:
175175 run : |
176176 mkdir -p test/cli
177177 cd test/cli
178- ../../bny php ../../ composer.phar create-project workerman/webman:~2.0 --no-interaction --repository-url=https://mirrors.aliyun.com/composer/
178+ ../../bny composer create-project workerman/webman:~2.0 --no-interaction
179179 cp webman/start.php webman/index.php
180180 cd webman
181181 chmod +x ../../bny
@@ -184,7 +184,7 @@ jobs:
184184 - name : Compile pebview project
185185 run : |
186186 cd test/gui/pebview
187- ../../../bny php -d extension=ffi -d ffi.enable=true ../../../ composer.phar require kingbes/pebview --repository-url=https://mirrors.aliyun.com/composer/
187+ ../../../bny composer require kingbes/pebview
188188 ../../../bny compile . -noterm true
189189
190190 - name : Prepare release package
You can’t perform that action at this time.
0 commit comments