print GITHUB_PATH

Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
This commit is contained in:
Anton-4 2022-09-06 09:29:51 +02:00 committed by GitHub
parent 0fd5fe0ae7
commit f48bc1326e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ jobs:
- name: remove pre-installed llvm from path
run: ($env:GITHUB_PATH.Split(';') | Where-Object -FilterScript {$_ -ne 'C:\Program Files\LLVM\bin'}) -join ';' | Set-Content $env:GITHUB_PATH -Encoding utf8
- run: $env:PATH | Format-Table -Wrap -AutoSize
- run: $env:GITHUB_PATH | Format-Table -Wrap -AutoSize
- name: install visual studio build tools
run: |