doc: update github-with-qemu.yml example (#1206)

- remove actions/setup-python step
- bump docker/setup-qemu-action version
This commit is contained in:
Matthieu Darbois
2022-08-02 14:46:57 -04:00
committed by GitHub
parent c234ff5f36
commit 8d5cb4bc1f
+1 -6
View File
@@ -13,14 +13,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
name: Install Python
with:
python-version: '3.7'
- name: Set up QEMU
if: runner.os == 'Linux'
uses: docker/setup-qemu-action@v1
uses: docker/setup-qemu-action@v2
with:
platforms: all