See if CI/CD will work #1
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue