Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberman54 committed Jan 20, 2023
1 parent 9c4a5ee commit b18f454
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,11 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
os: [windows-latest, ubuntu-latest]
include:
- os: windows-latest
path: ~\AppData\Local\pip\Cache
platformio-path: ~\AppData\Local\platformio\Cache
- os: ubuntu-latest
path: ~/.cache/pip
platformio-path: ~/.platformio
Expand Down

0 comments on commit b18f454

Please sign in to comment.