Add git to path windows

This commit is contained in:
Adam Sunderland
2025-02-26 09:30:05 -05:00
parent 629e45ccb1
commit 732ee2b0fc

View File

@ -58,6 +58,9 @@ jobs:
with:
node-version-file: '.nvmrc'
- 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
run: |
npm install --global yarn