Skip to content

Commit 71cc942

Browse files
committed
debug
1 parent 1c82411 commit 71cc942

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,10 @@ jobs:
2626
- name: Create micromamba environment
2727
uses: mamba-org/setup-micromamba@v2
2828
with:
29+
environment-name: git2cpp-dev
2930
environment-file: dev-environment.yml
30-
init-shell: >-
31-
bash
31+
init-shell: bash
32+
cache-downloads: true
3233

3334
- name: Debug
3435
run: |

0 commit comments

Comments
 (0)