Skip to content

Commit

Permalink
🐞 fix: Fix path for windows workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
caoccao committed Nov 14, 2024
1 parent 5ab1b98 commit cca45cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/windows_x86_64_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ jobs:
depot_tools/gclient.bat sync -D
cd v8
python3 tools/dev/v8gen.py x64.release -- v8_monolithic=true v8_use_external_startup_data=false is_component_build=false ${{ matrix.v8_flag }} v8_enable_pointer_compression=false v8_static_library=true symbol_level=0 use_custom_libcxx=false v8_enable_sandbox=false
depot_tools/gn.bat gen out.gn/x64.release
../depot_tools/gn.bat gen out.gn/x64.release
python3 ../Javet/scripts/python/patch_v8_build.py -p ./
depot_tools/ninja.bat -C out.gn/x64.release v8_monolith || python3 ../Javet/scripts/python/patch_v8_build.py -p ./
depot_tools/ninja.bat -C out.gn/x64.release v8_monolith
../depot_tools/ninja.bat -C out.gn/x64.release v8_monolith || python3 ../Javet/scripts/python/patch_v8_build.py -p ./
../depot_tools/ninja.bat -C out.gn/x64.release v8_monolith
move out.gn out.gn.${{ matrix.name }}
- name: Copy the i18n
Expand Down

0 comments on commit cca45cf

Please sign in to comment.