Skip to content

Commit

Permalink
debug a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Oct 3, 2024
1 parent d28c6b7 commit 8c64fc2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/example-6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,11 @@ jobs:
printenv | sort
- name: Universal call (= Windows, no .bat, from Bash)
run: mamba --version
run: |
set -x
which mamba
cat "$(which mamba)" | head -100
mamba --version
- name: Windows, with .bat, from Bash
if: matrix.os == 'windows-latest'
Expand Down

0 comments on commit 8c64fc2

Please sign in to comment.