Skip to content

Commit

Permalink
merge steps
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 committed Oct 15, 2024
1 parent 7515cde commit 9f229e1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9f229e1

Please sign in to comment.