Skip to content
Snippets Groups Projects
Unverified Commit 325e2aaf authored by Joris Vaillant's avatar Joris Vaillant
Browse files

ci: Don't call conda list in windows workflow

parent 926ad9a3
No related branches found
No related tags found
No related merge requests found
Pipeline #35005 passed with warnings
......@@ -42,8 +42,6 @@ jobs:
- name: Build FCL
shell: cmd /C CALL {0}
run: |
conda list
call "%programfiles(x86)%\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" amd64
:: Tell Ninja to use clang-cl
set CC=clang-cl
......
......@@ -41,8 +41,6 @@ jobs:
- name: Build FCL
shell: cmd /C CALL {0}
run: |
conda list
call "%programfiles(x86)%\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" amd64
:: Create build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment