stefan123t
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.github/workflows/compile_development.yml
|
@ -30,7 +30,7 @@ jobs: |
|
|
path: ~/.platformio |
|
|
path: ~/.platformio |
|
|
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }} |
|
|
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }} |
|
|
- name: setup-python |
|
|
- name: setup-python |
|
|
uses: actions/setup-python@v4 |
|
|
uses: actions/setup-python@v4.3.0 |
|
|
- name: install-platformio |
|
|
- name: install-platformio |
|
|
run: | |
|
|
run: | |
|
|
python -m pip install --upgrade pip |
|
|
python -m pip install --upgrade pip |
|
|