See if CI/CD will work #1
|
@ -20,7 +20,7 @@ jobs:
|
|||
- name: Setup Python
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: "3.10"
|
||||
python-version: "3.10.0"
|
||||
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
|
|
|
@ -68,6 +68,7 @@ jobs:
|
|||
uses: actions/setup-python@v5
|
||||
- name: Install PlatformIO
|
||||
run: |
|
||||
whereis python3
|
||||
python -m pip install --upgrade pip
|
||||
pip install --upgrade platformio
|
||||
|
||||
|
|
|
@ -37,7 +37,7 @@ jobs:
|
|||
#
|
||||
|
||||
- name: upload results
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: Board-Hardware
|
||||
path: _hardwareOutput
|
||||
|
|
Loading…
Reference in New Issue