We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da56d10 commit 902e9eeCopy full SHA for 902e9ee
.github/workflows/win.yml
@@ -15,8 +15,9 @@ jobs:
15
runs-on: windows-latest
16
if: "!contains(github.event.head_commit.message, 'nogha')"
17
steps:
18
- # - name: check PATH, install git
19
- # run: choco install git; echo $PATH; echo $GITHUB_ENV
+ - name: check PATH, install git
+ shell: pwsh
20
+ run: choco install git; echo $PATH; echo $GITHUB_ENV
21
- name: Install puppy 3.11
22
run: |
23
sleep 9; # give it time to update MAIN_BRANCH_URL
0 commit comments