Skip to content

Commit a71ad33

Browse files
committed
[RN][CI Fix CI Hermes build
1 parent a034841 commit a71ad33

File tree

1 file changed

+2
-0
lines changed
  • packages/react-native/scripts/ios-prebuild

1 file changed

+2
-0
lines changed

packages/react-native/scripts/ios-prebuild/hermes.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,8 @@ function checkExistingVersion(
163163
`Hermes artifacts already downloaded and up to date: ${artifactsPath}`,
164164
);
165165
return true;
166+
} else {
167+
hermesLog(`Version mismatch: ${versionFileContent.trim()} != ${resolvedVersion}`);
166168
}
167169
}
168170
// If the version file does not exist or the version does not match, delete the artifacts folder

0 commit comments

Comments
 (0)