Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/microsoft-build-spm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,11 +244,12 @@ jobs:
- name: Create Hermes version marker
working-directory: packages/react-native
run: |
VERSION=$(node -p "require('./package.json').version")
echo "${VERSION}-Debug" > .build/artifacts/hermes/version.txt
echo "prebuilt-Debug" > .build/artifacts/hermes/version.txt

- name: Setup SPM workspace (using prebuilt Hermes)
working-directory: packages/react-native
env:
HERMES_VERSION: prebuilt
run: node scripts/ios-prebuild.js -s -f Debug

- name: Build SPM (${{ matrix.platform }})
Expand Down
Loading