ci(windows): add Git usr/bin to PATH for shasum to work
This commit is contained in:
parent
455c2c2e3a
commit
6e8d5c0f83
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -226,6 +226,10 @@ jobs:
|
||||
done
|
||||
exit 1
|
||||
|
||||
- name: Add Git usr/bin to PATH for shasum
|
||||
run: |
|
||||
echo "C:/Program Files/Git/usr/bin" >> "$GITHUB_PATH"
|
||||
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user