Skip to content

Commit

Permalink
Split platformio build cache per os
Browse files Browse the repository at this point in the history
  • Loading branch information
ToMe25 authored Jan 11, 2024
1 parent 0407a47 commit d98ac93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pio_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ permissions:
jobs:
build:
runs-on: ${{ matrix.os }}
name: Platform IO build ${{ matrix.os == 'ubuntu-latest' && 'all' || 'some' }}(${{ matrix.os }})
name: Platform IO build ${{ matrix.os == 'ubuntu-latest' && 'all' || 'some' }} (${{ matrix.os }})
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
Expand All @@ -42,7 +42,7 @@ jobs:
~/.cache/pip
~/.platformio
.pio
key: platformio-${{ hashFiles('platformio.ini') }}
key: platformio-${{ hashFiles('platformio.ini') }}-${{ matrix.os }}

- name: Install Platform IO
run: pip install -U platformio
Expand Down

0 comments on commit d98ac93

Please sign in to comment.