Skip to content

Commit a40724c

Browse files
committed
fix: try clearing cache
1 parent 98349dd commit a40724c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/install-and-build-sdk/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ runs:
99
- name: Install & Build the Core Package
1010
run: |
1111
cd package/
12+
yarn cache clean
1213
yarn --frozen-lockfile
1314
shell: bash
1415
- name: Install & Build the Native Package

0 commit comments

Comments
 (0)