Add git to path windows
This commit is contained in:
3
.github/workflows/e2e-tests.yml
vendored
3
.github/workflows/e2e-tests.yml
vendored
@ -58,6 +58,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version-file: '.nvmrc'
|
node-version-file: '.nvmrc'
|
||||||
- uses: KittyCAD/action-install-cli@use-powershell-windows
|
- uses: KittyCAD/action-install-cli@use-powershell-windows
|
||||||
|
- name: Add Git to PATH
|
||||||
|
if: runner.os == 'Windows'
|
||||||
|
run: echo "C:\Program Files\Git\cmd" >> $env:GITHUB_PATH
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
npm install --global yarn
|
npm install --global yarn
|
||||||
|
|||||||
Reference in New Issue
Block a user