Skip to content

Commit

Permalink
Revert actions/checkout to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
xenago committed Jun 1, 2024
1 parent c189951 commit ffd0243
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:

- name: Checkout # Clone repository
uses: actions/checkout@v4
uses: actions/checkout@v2
with:
fetch-depth: 0

Expand Down Expand Up @@ -48,8 +48,8 @@ jobs:
cargo generate-rpm --payload-compress none
ls -lah target/generate-rpm
- uses: uraimo/run-on-arch-action@v2 # Cross-build (arm64/aarch64)
name: Cross-build (arm64/aarch64)
- uses: uraimo/run-on-arch-action@v2 # Build for arm64/aarch64 by emulating in QEMU
name: QEMU ARM build (arm64/aarch64)
with:
base_image: quay.io/pypa/manylinux2014_aarch64
env: |
Expand Down

0 comments on commit ffd0243

Please sign in to comment.