Skip to content

Commit 34c39ec

Browse files
committed
dump win bash env
1 parent b8292a5 commit 34c39ec

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/dep_rust.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,15 @@ jobs:
5252
if: ${{ (runner.os == 'Windows' )}}
5353
shell: powershell
5454
run: |
55-
echo $Env:Path
55+
cmd /c set
56+
57+
- name: temp
58+
if: ${{ (runner.os == 'Windows' )}}
59+
shell: bash
60+
run: |
61+
env
62+
63+
5664
5765
# For rust-fmt
5866
- name: Set up nightly rust

0 commit comments

Comments
 (0)