Skip to content

Commit 09cb8dd

Browse files
authored
chore: Fix React dependency versions due to runtime issue (#235)
* chore: add .ruby-version file and update version in GH workflow * fix: add `pragma once` to `logs.hpp` * fix: remove unused variables * chore: rename LOG_TAG * remove LOG_TAG from CMakeLists.txt * chore: update packages and add back `react-test-renderer` * chore: update pods * chore: downgrade React because of runtime issue * fix: ios CI build * chore: update podfiles cache key in CI
1 parent 20914c5 commit 09cb8dd

File tree

6 files changed

+125
-85
lines changed

6 files changed

+125
-85
lines changed

.github/workflows/build-ios.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,15 @@ jobs:
5050
with:
5151
ruby-version: 3.3.0
5252
bundler-cache: true
53-
working-directory: example/ios
53+
working-directory: example
5454

5555
- name: Restore Pods cache
5656
uses: actions/cache@v4
5757
with:
5858
path: example/ios/Pods
59-
key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock', '**/Gemfile.lock') }}
59+
key: pods-${{ runner.os }}-${{ hashFiles('**/Podfile.lock', '**/Gemfile.lock') }}
6060
restore-keys: |
61-
${{ runner.os }}-pods-
61+
pods-${{ runner.os }}
6262
6363
- name: Install Pods
6464
working-directory: example/ios

0 commit comments

Comments
 (0)