Revert "chore: use v8_target_embedded_unwind = "win" to fixup mksnapshot"

This reverts commit 47893ab6f831203c8c8de7291aab04508e115f97.
This commit is contained in:
John Kleinschmidt
2026-03-20 16:11:37 -04:00
parent 165a675b8a
commit 5491b80c48

View File

@@ -42,7 +42,7 @@ runs:
shell: bash
if: ${{ inputs.target-platform == 'win' }}
run: |
GN_APPENDED_ARGS="$GN_EXTRA_ARGS target_cpu=\"${{ inputs.target-arch }}\" use_v8_context_snapshot=true target_os=\"win\" v8_target_embedded_unwind=\"win\""
GN_APPENDED_ARGS="$GN_EXTRA_ARGS target_cpu=\"${{ inputs.target-arch }}\" use_v8_context_snapshot=true target_os=\"win\""
echo "GN_EXTRA_ARGS=$GN_APPENDED_ARGS" >> $GITHUB_ENV
echo "ELECTRON_BUILD_TOOLS_MAIN_STAR=`pwd`/src/electron/build/siso/main.star" >> $GITHUB_ENV
- name: Add Clang problem matcher