Skip to content

Commit

Permalink
Investigate CI setup
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanMabille committed Oct 3, 2024
1 parent d647b6c commit b6941dc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/windows_impl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ jobs:
environment-name: build_env
cache-environment: true
init-shell: cmd.exe
- name: check setup
run: |
micromamba info
DOSKEY /MACROS
dir C:\Users\runneradmin\micromamba
dir C:\Users\runneradmin\micromamba\condabin
- uses: hendrikmuhs/ccache-action@main
with:
variant: sccache
Expand Down

0 comments on commit b6941dc

Please sign in to comment.