File tree Expand file tree Collapse file tree 3 files changed +5
-19
lines changed Expand file tree Collapse file tree 3 files changed +5
-19
lines changed Original file line number Diff line number Diff line change @@ -18,31 +18,18 @@ runs:
18
18
19
19
- uses : actions/cache@v3
20
20
with :
21
- path : Pods
21
+ path : ios/ Pods
22
22
key : ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }}
23
23
restore-keys : |
24
24
${{ runner.os }}-pods-
25
25
26
26
- uses : actions/cache@v3
27
27
with :
28
28
path : build/ccache_dir
29
- key : ${{ runner.os }}-${{inputs.platform}}-ccache-${{ hashFiles('**/Podfile', 'frontend/yarn. lock') }}
29
+ key : ${{ runner.os }}-${{inputs.platform}}-ccache-${{ hashFiles('**/Podfile', 'package- lock.json ') }}
30
30
restore-keys : |
31
31
${{ runner.os }}-${{inputs.platform}}-ccache-
32
32
33
- - name : Get yarn cache directory path
34
- id : yarn-cache-dir-path
35
- run : echo "::set-output name=dir::$(yarn cache dir)"
36
- shell : bash
37
-
38
- - uses : actions/cache@v3
39
- id : yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
40
- with :
41
- path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
42
- key : ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
43
- restore-keys : |
44
- ${{ runner.os }}-yarn-
45
-
46
33
- uses : maxim-lobanov/setup-xcode@v1
47
34
with :
48
35
xcode-version : latest-stable
Original file line number Diff line number Diff line change
1
+ brew-install :
2
+ brew bundle install --no-lock --file Brewfile
Original file line number Diff line number Diff line change @@ -7,12 +7,9 @@ build-xcframework:
7
7
archive-platform :
8
8
scripts/build_single_platform.sh $(CONFIGURATION ) $(PLATFORM ) $(PLATFORM ) .tar.gz
9
9
10
- brew-install :
11
- brew bundle install --no-lock --file Brewfile
12
-
13
10
prepare :
14
11
bundle install
15
- cd frontend && npm install
12
+ cd .. && npm install
16
13
17
14
gen :
18
15
xcodegen
You can’t perform that action at this time.
0 commit comments