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
|
done
|
||||||
exit 1
|
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
|
- name: Setup Node.js
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user