From a2aa54b0eac98b5be57d77e983202246b66dd8da Mon Sep 17 00:00:00 2001 From: Elgemp4 <69595917+Elgemp4@users.noreply.github.com> Date: Wed, 13 Nov 2024 10:15:25 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6215fd9..a133582 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -433,9 +433,6 @@ jobs: steps: - uses: actions/checkout@v4 - - - name: Set up QEMU (Linux ARM64) - uses: docker/setup-qemu-action@v2 - name: Setup Python uses: actions/setup-python@v4 @@ -451,7 +448,7 @@ jobs: - name: Install from wheel run: | - pip install dist/pyvirtualcam*cp310-manylinux*.whl + pip install dist/pyvirtualcam*cp310-manylinux*_x86_64.whl pip install -r dev-requirements.txt - name: Build docs