Skip to content

Commit

Permalink
Update windows.yml
Browse files Browse the repository at this point in the history
More debugging (and tweaks)
  • Loading branch information
delhiryder authored Sep 18, 2023
1 parent 4bf5367 commit 3c42140
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +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
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
echo "$PATH"
arduino-cli version
shell: powershell

Expand Down

0 comments on commit 3c42140

Please sign in to comment.