Skip to content

Commit

Permalink
Added more cache to GitHub PlatformIO CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles-Mahoudeau committed Sep 1, 2024
1 parent ec75439 commit 669d661
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/platformio-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
path: |
~/.cache/pip
~/.platformio/.cache
.pio/build_cache
.pio/libdeps
key: ${{ runner.os }}-pio

- name: Setup Python
Expand Down Expand Up @@ -68,6 +70,8 @@ jobs:
path: |
~/.cache/pip
~/.platformio/.cache
.pio/build_cache
.pio/libdeps
key: ${{ runner.os }}-pio

- name: Setup Python
Expand Down Expand Up @@ -123,6 +127,8 @@ jobs:
path: |
~/.cache/pip
~/.platformio/.cache
.pio/build_cache
.pio/libdeps
key: ${{ runner.os }}-pio

- name: Setup Python
Expand Down Expand Up @@ -179,6 +185,8 @@ jobs:
path: |
~/.cache/pip
~/.platformio/.cache
.pio/build_cache
.pio/libdeps
key: ${{ runner.os }}-pio

- name: Setup Python
Expand Down

0 comments on commit 669d661

Please sign in to comment.