We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 972b8e5 commit 137eb32Copy full SHA for 137eb32
.github/workflows/ios.yml
@@ -13,9 +13,18 @@ jobs:
13
- name: Checkout repository
14
uses: actions/checkout@v4
15
16
+ - name: Install Mise
17
+ run: |
18
+ curl https://mise.run | sh
19
+
20
- name: Install Tuist
21
run: |
22
mise install tuist
23
+ export PATH="$HOME/.tuist/bin:$PATH"
24
25
+ - name: Verify Tuist installation
26
27
+ tuist --help
28
29
- name: Generate Project with Tuist
30
@@ -31,4 +40,4 @@ jobs:
31
40
-workspace ModernCleanArchtecture.xcworkspace \
32
41
-scheme Example \
33
42
-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