Skip to content

Commit 137eb32

Browse files
committed
Update ios.yml
1 parent 972b8e5 commit 137eb32

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/ios.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,18 @@ jobs:
1313
- name: Checkout repository
1414
uses: actions/checkout@v4
1515

16+
- name: Install Mise
17+
run: |
18+
curl https://mise.run | sh
19+
1620
- name: Install Tuist
1721
run: |
1822
mise install tuist
23+
export PATH="$HOME/.tuist/bin:$PATH"
24+
25+
- name: Verify Tuist installation
26+
run: |
27+
tuist --help
1928
2029
- name: Generate Project with Tuist
2130
run: |
@@ -31,4 +40,4 @@ jobs:
3140
-workspace ModernCleanArchtecture.xcworkspace \
3241
-scheme Example \
3342
-configuration Debug \
34-
-destination 'platform=iOS Simulator,name=iPhone 14,OS=latest'
43+
-destination 'platform=iOS Simulator,name=iPhone 14,OS=latest'

0 commit comments

Comments
 (0)