Skip to content

Commit

Permalink
Merge pull request #194 from nepware-dev/fix/map-shape-source-crash
Browse files Browse the repository at this point in the history
fix(map): fix map crash
  • Loading branch information
ft9dipesh authored Jan 30, 2024
2 parents f892de8 + 0626070 commit bbcd5f7
Show file tree
Hide file tree
Showing 36 changed files with 877 additions and 1,165 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ jobs:
- name: Gradle Wrapper Validation
uses: gradle/wrapper-validation-action@v1

- name: ccache
uses: hendrikmuhs/[email protected]
with:
create-symlink: true

- name: Set up JDK
uses: actions/setup-java@v3
with:
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/release-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,10 @@ jobs:
run: |
git clone https://gitlab.com/nepware-internals/react-native-arsenal.git src/vendor/react-native-arsenal
- name: Build Cache
uses: mikehardy/buildcache-action@v2
- name: ccache
uses: hendrikmuhs/[email protected]
with:
create-symlink: true

- name: Cache Pods
uses: actions/cache@v3
Expand Down
Loading

0 comments on commit bbcd5f7

Please sign in to comment.