initial commit

This commit is contained in:
Nicolas SANS 2024-02-22 16:34:35 +01:00
parent adc6134d8b
commit e3843db340

View File

@ -29,7 +29,7 @@ jobs:
# key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }} # key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
- name: Set up Python - name: Set up Python
uses: https://github.com/actions/setup-python@v3 uses: actions/setup-python@v3
- name: Install PlatformIO - name: Install PlatformIO
run: pip install platformio run: pip install platformio