We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b166565 commit b4d6c1fCopy full SHA for b4d6c1f
.github/workflows/parallel_build.yaml
@@ -16,7 +16,7 @@ jobs:
16
- name: Set up Python
17
uses: actions/setup-python@v5
18
with:
19
- python-version: '3.11'
+ python-version: '3.13'
20
- name: Install dependencies
21
run: bash ./tools/prepare-ci.sh
22
- name: Get current branch
@@ -40,7 +40,7 @@ jobs:
40
41
42
43
44
45
46
- name: Build slave firmware
@@ -60,7 +60,7 @@ jobs:
60
61
62
63
64
- name: Download build artifacts
65
uses: actions/download-artifact@v4
66
0 commit comments