We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 926ad9a commit 325e2aaCopy full SHA for 325e2aa
.github/workflows/windows-conda-clang.yml
@@ -42,8 +42,6 @@ jobs:
42
- name: Build FCL
43
shell: cmd /C CALL {0}
44
run: |
45
- conda list
46
-
47
call "%programfiles(x86)%\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" amd64
48
:: Tell Ninja to use clang-cl
49
set CC=clang-cl
.github/workflows/windows-conda-v142.yml
@@ -41,8 +41,6 @@ jobs:
41
:: Create build
0 commit comments