Skip to content

Commit

Permalink
Update windows.yml
Browse files Browse the repository at this point in the history
Last one for today...
  • Loading branch information
delhiryder authored Sep 18, 2023
1 parent 7702b7f commit 1ba52f5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,10 @@ jobs:
del install.log
shell: powershell

- name: Test the arduino-cli
- name: Add the arduino-cli path
run: |
echo "$PATH"
arduino-cli version
shell: cmd
echo "C:\Program Files\Arduino CLI" >> $GITHUB_PATH
shell: bash

- name: Add mingw32 to path for i686-gnu
run: |
Expand Down

0 comments on commit 1ba52f5

Please sign in to comment.