mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-05 13:15:54 +02:00
workflow test
This commit is contained in:
parent
cd694f9482
commit
b05d223f3b
1 changed files with 2 additions and 4 deletions
6
.github/workflows/compile_development.yml
vendored
6
.github/workflows/compile_development.yml
vendored
|
@ -30,10 +30,8 @@ jobs:
|
|||
path: ~/.platformio
|
||||
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
|
||||
- name: setup-python
|
||||
uses: actions/setup-python@v4.3.0
|
||||
with:
|
||||
python-version: '3.10'
|
||||
- name: install-platformio
|
||||
uses: actions/setup-python@v2
|
||||
- name: Install PlatformIO
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install --upgrade platformio
|
||||
|
|
Loading…
Add table
Reference in a new issue