GitLab CI: since macports downloads can fail, allow the lipo job to fail as well

This commit is contained in:
Alam Ed Arias 2025-03-03 05:43:51 -05:00
parent 817db98133
commit 823d28839b

View file

@ -10,6 +10,8 @@ osxcross universal:
stage: osxcross stage: osxcross
allow_failure: true
artifacts: artifacts:
paths: paths:
- "dist/bin" - "dist/bin"