Skip to content

Commit 8bc47ad

Browse files
committed
ci: fix yarn checksum error on installing local package
1 parent c00ed05 commit 8bc47ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-templates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
tgz=$(ls react-native-builder-bob-*.tgz)
145145
cd -
146146
cd ${{ env.work_dir }}
147-
yarn add --dev ../packages/react-native-builder-bob/$tgz
147+
YARN_CHECKSUM_BEHAVIOR=ignore yarn add --dev ../packages/react-native-builder-bob/$tgz
148148
149149
- name: Get build target
150150
working-directory: ${{ env.work_dir }}

0 commit comments

Comments
 (0)