Skip to content

Commit

Permalink
add COMSPEC print
Browse files Browse the repository at this point in the history
  • Loading branch information
Hind-M committed Sep 27, 2024
1 parent 6ff1d7f commit 6dc2625
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/windows_impl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
environment-name: build_env
cache-environment: true
init-shell: cmd.exe
run: |
echo %COMSPEC%
- uses: hendrikmuhs/ccache-action@main
with:
variant: sccache
Expand All @@ -48,6 +50,7 @@ jobs:
ccache-libmamba-${{ inputs.os }}
- name: Build mamba
run: |
echo %COMSPEC%
cmake -B build/ -G Ninja ^
--preset mamba-win-shared-${{ inputs.build_type }} ^
-D CMAKE_MSVC_RUNTIME_LIBRARY="MultiThreadedDLL" ^
Expand Down

0 comments on commit 6dc2625

Please sign in to comment.