Browse Source

fix workflow

pull/385/head
lumapu 2 years ago
parent
commit
8a3d221b27
  1. 6
      .github/workflows/compile_esp8266.yml

6
.github/workflows/compile_esp8266.yml

@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with: with:
ref: main ref: main
- uses: benjlevesque/short-sha@v2 - uses: benjlevesque/short-sha@v2.0
id: short-sha id: short-sha
with: with:
length: 7 length: 7
@ -33,7 +33,9 @@ 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@v3 uses: actions/setup-python@v4.3.0
with:
python-version: '3.10'
- name: install-platformio - name: install-platformio
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip

Loading…
Cancel
Save