Update build_check.yml

This commit is contained in:
Peter Buchegger 2023-04-28 18:23:51 +02:00 committed by GitHub
parent aa11692582
commit 3e6afc6639
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -124,9 +124,7 @@ jobs:
- name: Setup Cache
uses: actions/cache@v3
with:
path: |
.cache/pip
.platformio
path: .pio
key: hw-cache
- name: Install PlatformIO
shell: bash