use mint to run xcodegen 2.39.0

This commit is contained in:
Mauro Romito
2025-07-28 11:00:38 +02:00
parent 5301244b7f
commit fc7d72e8d6
5 changed files with 6 additions and 3 deletions
+3
View File
@@ -56,6 +56,9 @@ jobs:
run: |
bundle config path vendor/bundle
bundle install --jobs 4 --retry 3
- name: Xcodegen
run: mint run yonaskolb/XcodeGen@2.39.0
# Main step
- name: Unit tests
+3
View File
@@ -51,6 +51,9 @@ jobs:
run: |
bundle config path vendor/bundle
bundle install --jobs 4 --retry 3
- name: Xcodegen
run: mint run yonaskolb/XcodeGen@2.39.0
# Main step
- name: UI tests