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 999e388 commit 567fbe3Copy full SHA for 567fbe3
1 file changed
.github/workflows/qemu-test.yml
@@ -22,6 +22,10 @@ jobs:
22
gcc-aarch64-linux-gnu gcc-arm-linux-gnueabihf \
23
gcc-riscv64-linux-gnu cpio
24
25
+ - uses: actions/setup-python@v5
26
+ with:
27
+ python-version: '3.12'
28
+
29
- name: Install and test ebuild
30
run: |
31
python3 -m pip install --upgrade pip
0 commit comments