Browse Source

Update compile_development.yml

pull/362/head
stefan123t 2 years ago
committed by GitHub
parent
commit
5b6878d0e7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/compile_development.yml

2
.github/workflows/compile_development.yml

@ -31,6 +31,8 @@ jobs:
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
- name: setup-python
uses: actions/setup-python@v4.3.0
with:
python-version: '3.10'
- name: install-platformio
run: |
python -m pip install --upgrade pip

Loading…
Cancel
Save