From ce8cef356dba0677d46b9b325f3c1bf668d45342 Mon Sep 17 00:00:00 2001 From: Ashutosh Date: Mon, 3 Jun 2024 00:34:27 +0530 Subject: [PATCH] workflow: remove `mikehardy/buildcache-action` --- .github/workflows/build.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 730fbb2..db6de7a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -81,12 +81,6 @@ jobs: node-version: '20' cache: 'yarn' - # TODO: DEPRECATED, use ccache or other alternative! - # improve iOS build compilation time - - name: Restore buildcache - uses: mikehardy/buildcache-action@v2 - continue-on-error: true - - name: Restore Pods cache uses: actions/cache@v4 with: @@ -122,7 +116,6 @@ jobs: run: | set -o pipefail xcodebuild \ - CC=clang CPLUSPLUS=clang++ LD=clang LDPLUSPLUS=clang++ \ -scheme App \ -workspace App.xcworkspace \ -sdk iphonesimulator \