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 1423835
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/windows_impl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ jobs:
key: ${{ github.job }}-${{ inputs.os }}
restore-keys: |
ccache-libmamba-${{ inputs.os }}
- name: check setup
run: |
micromamba info
DOSKEY /MACROS
dir C:\Users\runneradmin\micromamba-bin\micromamba
- name: Build mamba
run: |
cmake -B build/ -G Ninja ^
Expand Down

0 comments on commit 1423835

Please sign in to comment.