See if CI/CD will work #1
|
@ -66,6 +66,7 @@ jobs:
|
|||
# key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v5
|
||||
python-version: 3.11
|
||||
- name: Install PlatformIO
|
||||
run: |
|
||||
ln /usr/bin/python3 /usr/bin/python
|
||||
|
|
Loading…
Reference in New Issue