actions: exit 0 even on config failure so we get logs

This commit is contained in:
Jay Lee
2024-06-20 14:52:01 -04:00
committed by GitHub
parent 5adc996f3e
commit ced1e84567

View File

@@ -386,7 +386,7 @@ jobs:
--with-ensurepip=upgrade \
--enable-optimizations \
--with-lto \
"${extra_args[@]}"
"${extra_args[@]}" || : # exit 0
cat config.log
- name: Windows Get External Python deps