Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1b593a4

Browse files
committedMay 22, 2025·
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)
Please sign in to comment.