diff --git a/.github/workflows/pio_build.yml b/.github/workflows/pio_build.yml index 51b9de3..622cfba 100644 --- a/.github/workflows/pio_build.yml +++ b/.github/workflows/pio_build.yml @@ -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] @@ -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