Skip to content

Commit 34d5876

Browse files
committed
check path 2
1 parent 31a9d26 commit 34d5876

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/submodule.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,11 @@ jobs:
2222
if: always()
2323
run: echo $PATH
2424

25-
- run: PATH=$PATH:$HOME/.dotnet/tools
25+
- name: update Path2
26+
if: always()
27+
run: PATH=$PATH:$HOME/.dotnet/tools
2628

27-
- name: Check PATH
29+
- name: Check PATH 2
2830
if: always()
2931
run: echo $PATH
3032

0 commit comments

Comments
 (0)