testing
This commit is contained in:
parent
9c4a5ee3ac
commit
b18f454b72
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user