Skip to content

Commit 1b593a4

Browse files
committed
Debug CI
1 parent e2afc1d commit 1b593a4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ jobs:
2929
environment-file: dev-environment.yml
3030
cache-environment: true
3131

32+
- name: Debug
33+
run: |
34+
micromamba list
35+
which meson
36+
3237
- name: Build
3338
run: |
3439
meson setup build

0 commit comments

Comments
 (0)