Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bertmelis authored May 7, 2024
1 parent 3ac2f51 commit a30c05a
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/build_platformio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ jobs:
examples/TCP03example/main.cpp
]
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3
- uses: actions/checkout@v4
- uses: actions/cache@v4
with:
path: |
~/.cache/pip
~/.platformio/.cache
key: ${{ runner.os }}-pio
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.9'
python-version: '3.12'
- name: Install PlatformIO Core
run: pip install --upgrade platformio
- name: Download external libraries
Expand All @@ -50,16 +50,16 @@ jobs:
examples/WiFi-RTU_Bridge_Filtered/main.cpp
]
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3
- uses: actions/checkout@v4
- uses: actions/cache@v4
with:
path: |
~/.cache/pip
~/.platformio/.cache
key: ${{ runner.os }}-pio
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.9'
python-version: '3.12'
- name: Install PlatformIO Core
run: pip install --upgrade platformio
- name: Download external libraries
Expand All @@ -77,16 +77,16 @@ jobs:
# examples/Linux/main.cpp
# ]
# steps:
# - uses: actions/checkout@v3
# - uses: actions/cache@v3
# - uses: actions/checkout@v4
# - uses: actions/cache@v4
# with:
# path: |
# ~/.cache/pip
# ~/.platformio/.cache
# key: ${{ runner.os }}-pio
# - uses: actions/setup-python@v4
# - uses: actions/setup-python@v5
# with:
# python-version: '3.9'
# python-version: '3.12'
# - name: Install PlatformIO Core
# run: pip install --upgrade platformio
# - name: Build PlatformIO examples
Expand Down

0 comments on commit a30c05a

Please sign in to comment.