mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-11 16:51:53 +03:00
remove pre-installed llvm from path
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
This commit is contained in:
parent
20684480e6
commit
321c6135a5
3
.github/workflows/windows.yml
vendored
3
.github/workflows/windows.yml
vendored
@ -19,6 +19,9 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: remove pre-installed llvm from path
|
||||
run: set PATH=%PATH:C:\Program Files\LLVM\bin;=%
|
||||
|
||||
- run: $env:PATH | Format-Table -Wrap -AutoSize
|
||||
|
||||
- name: install visual studio build tools
|
||||
|
Loading…
Reference in New Issue
Block a user