Skip to content

Commit b32abb6

Browse files
authored
ci: replace apt with apt-get (#860)
1 parent f33aca4 commit b32abb6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/publish-rolling.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,8 @@ jobs:
187187

188188
- name: Set up QEMU
189189
run: |
190-
sudo apt update
191-
sudo apt install --reinstall -y qemu-user-static
190+
sudo apt-get update
191+
sudo apt-get install --reinstall -y qemu-user-static
192192
193193
- name: Install ldid
194194
run: |

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434

3535
- name: Set up QEMU
3636
run: |
37-
sudo apt update
38-
sudo apt install --reinstall -y qemu-user-static
37+
sudo apt-get update
38+
sudo apt-get install --reinstall -y qemu-user-static
3939
4040
- name: Install ldid
4141
run: |
@@ -89,8 +89,8 @@ jobs:
8989
9090
- name: Set up QEMU
9191
run: |
92-
sudo apt update
93-
sudo apt install --reinstall -y qemu-user-static
92+
sudo apt-get update
93+
sudo apt-get install --reinstall -y qemu-user-static
9494
9595
- name: Set up Docker Buildx
9696
uses: docker/setup-buildx-action@v3

0 commit comments

Comments
 (0)