Skip to content

Commit

Permalink
let sh figure out where xcodegen is
Browse files Browse the repository at this point in the history
  • Loading branch information
ganthern committed Jan 31, 2025
1 parent 777010e commit c91e4c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci/merge.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -151,11 +151,11 @@ pipeline {
./lint.sh style:check
# xcodegen is not installed on m1
/usr/local/bin/xcodegen --spec calendar-project.yml
/usr/local/bin/xcodegen --spec mail-project.yml
xcodegen --spec calendar-project.yml
xcodegen --spec mail-project.yml
cd ../tuta-sdk/ios
/usr/local/bin/xcodegen
xcodegen
'''
}
Expand Down

0 comments on commit c91e4c9

Please sign in to comment.