Skip to content

Commit

Permalink
Update windows.yml
Browse files Browse the repository at this point in the history
Add the install location to the GITHUB_PATH (this should do it).
  • Loading branch information
delhiryder authored Sep 18, 2023
1 parent 6c713d0 commit 4bf5367
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,14 @@ jobs:
dir $env:USERPROFILE\Downloads
Start-Process msiexec.exe "/i $env:USERPROFILE\Downloads\arduino-cli-0.34.1.msi /passive /L*V install.log" -Wait
cat install.log
echo " C:\Program Files\Arduino CLI" >> $GITHUB_PATH
del $env:USERPROFILE\Downloads\arduino-cli-0.34.1.msi
del install.log
shell: powershell

- name: Test the arduino-cli
run: |
echo $GITHUB_PATH
arduino-cli version
shell: powershell

Expand Down

0 comments on commit 4bf5367

Please sign in to comment.