File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,16 @@ jobs:
1414
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@v5.0.0
17+ uses : actions/checkout@v5
1818
1919 - name : Mise (Ruby + Tuist + SwiftLint)
20- 20+ uses : jdx/mise-action@v3
21+
22+ - name : Cache gems
23+ uses : actions/cache@v3
24+ with :
25+ path : ~/.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0
26+ key : ${{ runner.os }}-mise-gems-${{ hashFiles('Gemfile.lock') }}
2127
2228 - name : Install Fastlane
2329 run : |
2632 - name : Set Xcode 26.0.1
2733 run : |
2834 sudo xcode-select -s /Applications/Xcode_26.0.1.app
35+
36+ - name : Cache Tuist .build
37+ uses : actions/cache@v4
38+ with :
39+ path : Tuist/.build
40+ key : tuist-cache-${{ hashFiles('Tuist/Package.resolved') }}
41+ restore-keys : |
42+ tuist-cache-
2943
3044 - name : Run Fastlane Upload
3145 run : |
You can’t perform that action at this time.
0 commit comments