We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aeb5712 commit c18acd3Copy full SHA for c18acd3
1 file changed
build-static.sh
@@ -205,6 +205,10 @@ else
205
# shellcheck disable=SC2086
206
${spcCommand} build --enable-zts --build-embed ${SPC_OPT_BUILD_ARGS} "${PHP_EXTENSIONS}" --with-libs="${PHP_EXTENSION_LIBS}"
207
208
+ if [ -n "$GITHUB_ACTIONS" ] || [ -n "$CI" ]; then
209
+ rm -rf ./source
210
+ fi
211
+
212
echo -n "${cache_key}" >../cache_key
213
fi
214
0 commit comments