Skip to content

Debugged load control #63

Debugged load control

Debugged load control #63

Workflow file for this run

name: PlatformIO CI
on:
push:
release:
types: [published]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
token: ${{ secrets.GITHUBACTIONS_2026 }}
- uses: actions/cache@v4
with:
path: |
~/.cache/pip/
# /opt/hostedtoolcache/Python/
key: ${{ runner.os }}-pio-2026-python
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- uses: actions/cache@v4
with:
path: |
# ~/.platformio/.cache/
~/.platformio/
key: ${{ runner.os }}-pio-2026-platformio
- name: Install PlatformIO Core
run: pip install --upgrade platformio
- uses: actions/cache@v4
with:
path: |
.pio/
key: ${{ runner.os }}-pio-2026-Nacelle-build
- name: Build PlatformIO Project
run: pio run