Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Fix clang step on Windows runner
Browse files Browse the repository at this point in the history
  • Loading branch information
chase committed Feb 24, 2024
1 parent 8ee9d29 commit 9ca57c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ jobs:
- name: Windows - Fix Clang toolchain
if: ${{ runner.os == 'Windows' }}
run: |
Set-Location R:\el
$env:PATH = 'R:\el\src\third_party\depot_tools;' + $env:PATH
cd el
$env:PATH = "$(Get-Location)\src\third_party\depot_tools);" + $env:PATH
& cmd /c call src\third_party\depot_tools\cipd_bin_setup.bat
& cmd /c call src\third_party\depot_tools\bootstrap\win_tools.bat
& cmd /c call src\third_party\depot_tools\vpython3.bat src\tools\clang\scripts\update.py
Expand Down

0 comments on commit 9ca57c7

Please sign in to comment.