Skip to content

Commit

Permalink
Update build_v8_windows.yml
Browse files Browse the repository at this point in the history
Force Path with SETX

Signed-off-by: Mikael K. <67095081+JailbreakPapa@users.noreply.github.com>
  • Loading branch information
JailbreakPapa authored Dec 20, 2024
1 parent 6dcf81f commit 9035404
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/build_v8_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,12 @@ jobs:
gclient
shell: cmd

- name: Add to PATH
uses: shimataro/path-action@v2
with:
add-path: ${{ github.workspace }}/depot_tools
- name: Update PATH with depot_tools
run: |
cd %GITHUB_WORKSPACE%
set PATH=%PATH%;%GITHUB_WORKSPACE%\depot_tools;
setx /M path "%path%;%GITHUB_WORKSPACE%\depot_tools"
shell: cmd

- name: Pull V8 source at specified commit
shell: cmd
Expand Down

0 comments on commit 9035404

Please sign in to comment.