Skip to content

Commit 902e9ee

Browse files
authored
Update win.yml
1 parent da56d10 commit 902e9ee

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/win.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ jobs:
1515
runs-on: windows-latest
1616
if: "!contains(github.event.head_commit.message, 'nogha')"
1717
steps:
18-
# - name: check PATH, install git
19-
# run: choco install git; echo $PATH; echo $GITHUB_ENV
18+
- name: check PATH, install git
19+
shell: pwsh
20+
run: choco install git; echo $PATH; echo $GITHUB_ENV
2021
- name: Install puppy 3.11
2122
run: |
2223
sleep 9; # give it time to update MAIN_BRANCH_URL

0 commit comments

Comments
 (0)