Skip to content

Commit 9c0bf17

Browse files
committed
Avoid caching old platformio libraries
1 parent 1db7beb commit 9c0bf17

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/DBTFT-pio-build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ jobs:
1313
path: |
1414
~/.cache/pip
1515
~/.platformio/.cache
16-
key: ${{ runner.os }}-pio
16+
key: ${{ runner.os }}-pio-${{ github.ref_name }}
17+
restore-keys: |
18+
${{ runner.os }}-pio-
1719
- uses: actions/setup-python@v5
1820
with:
1921
python-version: '3.11'

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "DBAPI",
3-
"version": "2.3.1",
3+
"version": "2.3.2",
44
"description": "Hacon/Hafas/DB API for ESP8266 / ESP32 (WiFiClientSecure)",
55
"keywords": "train, deutsche bahn, travel",
66
"repository":

0 commit comments

Comments
 (0)