Revert to Pythin 3,7 v1
This commit is contained in:
14
.github/workflows/build-all.yml
vendored
14
.github/workflows/build-all.yml
vendored
@@ -89,10 +89,12 @@ jobs:
|
|||||||
- 4MAXP2_DGUS_TMC_BLT_11
|
- 4MAXP2_DGUS_TMC_BLT_11
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Install Python
|
|
||||||
uses: actions/setup-python@v4
|
- name: Setup Python 3.7
|
||||||
|
uses: actions/setup-python@v1
|
||||||
with:
|
with:
|
||||||
python-version: '3.10'
|
python-version: '3.7' # Version range or exact version of a Python version to use, using semvers version range syntax.
|
||||||
|
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
|
||||||
|
|
||||||
- name: Install PlatformIO
|
- name: Install PlatformIO
|
||||||
run: |
|
run: |
|
||||||
@@ -125,5 +127,7 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Knuwurst-all-in-one-${{github.sha}}
|
name: Knuwurst-all-in-one-${{github.sha}}
|
||||||
path: .pio/build/${{ matrix.platform }}/${{ matrix.platform }}_v*.hex
|
pattern: Knuwurst-all-in-one-${{github.sha}}-*
|
||||||
|
merge-multiple: true
|
||||||
|
path: |
|
||||||
|
.pio/build/${{ matrix.platform }}/${{ matrix.platform }}_v*.hex
|
||||||
|
Reference in New Issue
Block a user