We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 870da78 commit 9c41effCopy full SHA for 9c41eff
.github/workflows/main.yaml
@@ -22,12 +22,12 @@ jobs:
22
- name: Cache gems
23
uses: actions/cache@v4
24
with:
25
- path: ~/.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0
+ path: vendor/cache
26
key: ${{ runner.os }}-mise-gems-${{ hashFiles('Gemfile.lock') }}
27
28
- - name: Install Fastlane
+ - name: Install Fastlane with cache
29
run: |
30
- bundle install
+ bundle cache
31
32
- name: Set Xcode 26.0.1
33
.gitignore
@@ -6,6 +6,8 @@ devices.txt
6
Scripts/build_phases/
7
SourcePackages/
8
Builds/
9
+vendor/
10
+.bundle/
11
.swiftpm
12
13
## App packaging ###
0 commit comments