From 8d5cb4bc1fc82f72bf57901ebd26781e9c814dbd Mon Sep 17 00:00:00 2001 From: Matthieu Darbois Date: Tue, 2 Aug 2022 20:46:57 +0200 Subject: [PATCH] doc: update github-with-qemu.yml example (#1206) - remove actions/setup-python step - bump docker/setup-qemu-action version --- examples/github-with-qemu.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/examples/github-with-qemu.yml b/examples/github-with-qemu.yml index 1ba744d2..2911f98c 100644 --- a/examples/github-with-qemu.yml +++ b/examples/github-with-qemu.yml @@ -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