1
0
Fork 0
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:
Samuel Štancl 2025-01-02 08:16:45 +01:00
parent 3368a6dc27
commit 2bee323ef7
2 changed files with 8 additions and 7 deletions

View file

@ -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