Skip to content

Commit 0bc8058

Browse files
committed
fix action?
1 parent 21e3b51 commit 0bc8058

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/battery_microcontroller_CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
- uses: actions/cache@v4
2626
with:
2727
path: |
28+
~/.cache/pip
2829
~/.platformio/.cache
2930
~/.platformio/packages
3031
~/.platformio/platforms
@@ -37,7 +38,6 @@ jobs:
3738
- uses: actions/setup-python@v5
3839
with:
3940
python-version: "3.11"
40-
cache: "pip"
4141
- name: Install PlatformIO Core
4242
run: pip install platformio
4343
- name: Copy custom ROS interfaces

.github/workflows/motor_microcontroller_CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
- uses: actions/cache@v4
2626
with:
2727
path: |
28+
~/.cache/pip
2829
~/.platformio/.cache
2930
~/.platformio/packages
3031
~/.platformio/platforms
@@ -37,7 +38,6 @@ jobs:
3738
- uses: actions/setup-python@v5
3839
with:
3940
python-version: "3.11"
40-
cache: "pip"
4141
- name: Install PlatformIO Core
4242
run: pip install platformio
4343
- name: Copy custom ROS interfaces

.github/workflows/sensor_microcontroller_CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
- uses: actions/cache@v4
2626
with:
2727
path: |
28+
~/.cache/pip
2829
~/.platformio/.cache
2930
~/.platformio/packages
3031
~/.platformio/platforms
@@ -37,7 +38,6 @@ jobs:
3738
- uses: actions/setup-python@v5
3839
with:
3940
python-version: "3.11"
40-
cache: "pip"
4141
- name: Install PlatformIO Core
4242
run: pip install platformio
4343
- name: Copy custom ROS interfaces

0 commit comments

Comments
 (0)