Skip to content

Commit 86737d7

Browse files
committed
ci: deintegrate iOS build caching that does not bring boost
1 parent 1fe8fd2 commit 86737d7

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ on:
66
pull_request:
77
branches: [main]
88

9-
env:
10-
USE_CCACHE: 1
11-
129
jobs:
1310
build-lint:
1411
name: Build & static code analysis
@@ -100,9 +97,6 @@ jobs:
10097
node-version: 'lts/*'
10198
cache: 'yarn'
10299

103-
- name: Restore ccache
104-
uses: hendrikmuhs/ccache-action@v1.2
105-
106100
- name: Setup Ruby
107101
uses: ruby/setup-ruby@v1
108102
with:
@@ -129,15 +123,6 @@ jobs:
129123
cd apps/TesterIntegrated/swift
130124
pod install
131125
132-
- name: Restore iOS build cache
133-
uses: actions/cache@v5
134-
with:
135-
path: |
136-
apps/TesterIntegrated/swift/build
137-
key: ${{ runner.os }}-tester-ios-build-${{ github.sha }}
138-
restore-keys: |
139-
${{ runner.os }}-tester-ios-build-
140-
141126
- name: Build integrated iOS tester app
142127
run: |
143128
yarn run build:tester-integrated:ios

0 commit comments

Comments
 (0)