mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 05:14:03 +00:00
ci: try using clang on windows
This commit is contained in:
parent
3368a6dc27
commit
2bee323ef7
2 changed files with 8 additions and 7 deletions
4
.github/workflows/extensions.yml
vendored
4
.github/workflows/extensions.yml
vendored
|
|
@ -45,6 +45,10 @@ jobs:
|
|||
- name: Debug PATH
|
||||
if: runner.os == 'Windows'
|
||||
run: |
|
||||
where gcc
|
||||
gcc --version
|
||||
where clang
|
||||
clang --versino
|
||||
& "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
|
||||
echo $env:PATH
|
||||
where cl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue