Skip to content

Commit

Permalink
TMP debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoinePrv committed Jun 12, 2023
1 parent 69f3b91 commit f8eae4c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,11 @@ jobs:
- name: build libmamba-static
shell: cmd /C call {0}
run: |
dir C:\vcpkg
dir C:\vcpkg\installed
dir C:\vcpkg\installed\x64-windows-static
dir C:\vcpkg\installed\x64-windows-static\lib
dir C:\vcpkg\installed\x64-windows-static\include
call micromamba activate build_env
if %errorlevel% neq 0 exit /b %errorlevel%
cmake -B build ^
Expand Down

0 comments on commit f8eae4c

Please sign in to comment.