Skip to content

Commit

Permalink
workflow: remove mikehardy/buildcache-action
Browse files Browse the repository at this point in the history
  • Loading branch information
Aashu-Dubey committed Jun 2, 2024
1 parent abde3b9 commit ce8cef3
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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 \
Expand Down

0 comments on commit ce8cef3

Please sign in to comment.