Skip to content

Commit 63feba3

Browse files
committed
Update config.yml
1 parent 0312d9d commit 63feba3

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/config.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
uses: actions/setup-python@v6
2222
with:
2323
python-version: 3.x
24-
cache: 'pip'
2524
- run: pip install cpplint
2625
- run: cpplint --linelength 140 --filter=-legal/copyright,-runtime/int,-build/include_subdir,-readability/casting,-readability/todo,-build/include_order,-build/include_what_you_use --recursive ./inc/ ./lib/ ./src/
2726

@@ -44,7 +43,6 @@ jobs:
4443
uses: actions/setup-python@v6
4544
with:
4645
python-version: 3.x
47-
cache: 'pip'
4846
- name: Generate cache key
4947
id: cache-key
5048
run: echo "key=pio-${{ hashFiles('platformio.ini') }}" >> $GITHUB_OUTPUT
@@ -82,7 +80,6 @@ jobs:
8280
uses: actions/setup-python@v6
8381
with:
8482
python-version: 3.x
85-
cache: 'pip'
8683
- name: Restore PlatformIO cache
8784
uses: actions/cache@v4
8885
with:
@@ -117,7 +114,6 @@ jobs:
117114
uses: actions/setup-python@v6
118115
with:
119116
python-version: 3.x
120-
cache: 'pip'
121117
- name: Restore PlatformIO cache
122118
uses: actions/cache@v4
123119
with:

0 commit comments

Comments
 (0)