Skip to content

Commit

Permalink
# - uses: docker/setup-qemu-action@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
korniltsev committed Apr 5, 2024
1 parent 1d0f85b commit de430ab
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci-ffi-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ jobs:
name: Linux - arm64
runs-on: [self-hosted, Linux, ARM64]
steps:
- uses: docker/setup-qemu-action@v3
- uses: AutoModality/action-clean@v1
- uses: actions/checkout@v4
- name: Build in Docker
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ jobs:
runs-on: [self-hosted, Linux, ARM64]

steps:
- uses: docker/setup-qemu-action@v3
- uses: AutoModality/action-clean@v1
- uses: actions/checkout@v4
- run: make wheel/linux/arm64
Expand Down

0 comments on commit de430ab

Please sign in to comment.