diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 579dcae..933502b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,12 +27,11 @@ jobs: - manylinux2014-aarch64 - al2-x64 fail-fast: false - steps: - - name: Install qemu/docker - run: docker run --rm --privileged multiarch/qemu-user-static --reset -p yes permissions: id-token: write # This is required for requesting the JWT steps: + - name: Install qemu/docker + run: docker run --rm --privileged multiarch/qemu-user-static --reset -p yes - name: configure AWS credentials (containers) uses: aws-actions/configure-aws-credentials@v4 with: