File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ jobs:
191191 run : sudo apt-get update && sudo apt install -y software-properties-common google-chrome-stable
192192
193193 - name : Ensure the demo uses local packages
194- run : cd demo-web; ./switch-packages.sh local; npm ci cd ..;
194+ run : cd demo-web; ./switch-packages.sh local; npm ci; cd ..;
195195
196196 - name : Run tests
197197 run : make test-browser
Original file line number Diff line number Diff line change 3030 - name : Download artifact
3131 uses : actions/download-artifact@v4
3232 with :
33- pattern : php${{ inputs.phpVersion }}-node-${{ inputs.libType }}-*
34- path : ./
33+ name : php${{ inputs.phpVersion }}-node-${{ inputs.libType }}
3534 merge-multiple : true
35+ path : ./
3636
3737 - name : npm install
3838 run : |
Original file line number Diff line number Diff line change 3030GD_FLAGS =
3131GD_LIBS =
3232
33- gd-libs : ${GD_LIBS}
34-
3533ifeq (${WITH_FREETYPE},shared)
3634GD_FLAGS+ = --with-freetype=/src/lib
3735GD_LIBS+ = packages/gd/libfreetype.so
@@ -71,6 +69,8 @@ DYNAMIC_LIBS+= packages/gd/libwebp.so
7169endif
7270endif
7371
72+ gd-libs : ${GD_LIBS}
73+
7474DOCKER_RUN_IN_EXT_GD =${DOCKER_ENV} -w /src/third_party/php${PHP_VERSION}-gd/ emscripten-builder
7575
7676FREETYPE_VERSION? =2.10.0
You can’t perform that action at this time.
0 commit comments