Skip to content

Commit

Permalink
ci: replace apt with apt-get (#860)
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 authored Jan 29, 2025
1 parent f33aca4 commit b32abb6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-rolling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,8 @@ jobs:

- name: Set up QEMU
run: |
sudo apt update
sudo apt install --reinstall -y qemu-user-static
sudo apt-get update
sudo apt-get install --reinstall -y qemu-user-static
- name: Install ldid
run: |
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:

- name: Set up QEMU
run: |
sudo apt update
sudo apt install --reinstall -y qemu-user-static
sudo apt-get update
sudo apt-get install --reinstall -y qemu-user-static
- name: Install ldid
run: |
Expand Down Expand Up @@ -89,8 +89,8 @@ jobs:
- name: Set up QEMU
run: |
sudo apt update
sudo apt install --reinstall -y qemu-user-static
sudo apt-get update
sudo apt-get install --reinstall -y qemu-user-static
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit b32abb6

Please sign in to comment.