Skip to content

Commit 567fbe3

Browse files
committed
fix: add setup-python before pip install in QEMU workflow
1 parent 999e388 commit 567fbe3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/qemu-test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ jobs:
2222
gcc-aarch64-linux-gnu gcc-arm-linux-gnueabihf \
2323
gcc-riscv64-linux-gnu cpio
2424
25+
- uses: actions/setup-python@v5
26+
with:
27+
python-version: '3.12'
28+
2529
- name: Install and test ebuild
2630
run: |
2731
python3 -m pip install --upgrade pip

0 commit comments

Comments
 (0)