Skip to content

Commit

Permalink
πŸ› Use correct branch for mint in Xcode image
Browse files Browse the repository at this point in the history
  • Loading branch information
olejnjak committed Oct 11, 2023
1 parent 47e2833 commit b246f03
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ackee-xcode.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ build {
provisioner "shell" {
inline = [
"source ~/.zprofile",
"git clone https://github.com/olejnjak/Mint",
"git clone -b fix/copy https://github.com/olejnjak/Mint",
"cd Mint",
"sudo make",
"rm -rf Mint",
Expand All @@ -85,8 +85,6 @@ build {
inline = [
"source ~/.zprofile",
"curl -Ls https://install.tuist.io | bash",
"mint install olejnjak/Torino",
"mint install realm/SwiftLint",
"xcrun simctl create 'iPhone 13 Pro Max' 'iPhone 13 Pro Max'",
]
}
Expand Down

0 comments on commit b246f03

Please sign in to comment.