See if CI/CD will work #1

Open
Kenwood wants to merge 11 commits from ci/cd into main
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 2140ac072a - Show all commits

View File

@ -66,6 +66,7 @@ jobs:
# key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }} # key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v5 uses: actions/setup-python@v5
python-version: 3.11
- name: Install PlatformIO - name: Install PlatformIO
run: | run: |
ln /usr/bin/python3 /usr/bin/python ln /usr/bin/python3 /usr/bin/python