mirror of
https://github.com/zoriya/flood.git
synced 2025-12-05 23:06:20 +00:00
ci: replace apt with apt-get (#860)
This commit is contained in:
4
.github/workflows/publish-rolling.yml
vendored
4
.github/workflows/publish-rolling.yml
vendored
@@ -187,8 +187,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
run: |
|
run: |
|
||||||
sudo apt update
|
sudo apt-get update
|
||||||
sudo apt install --reinstall -y qemu-user-static
|
sudo apt-get install --reinstall -y qemu-user-static
|
||||||
|
|
||||||
- name: Install ldid
|
- name: Install ldid
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
@@ -34,8 +34,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
run: |
|
run: |
|
||||||
sudo apt update
|
sudo apt-get update
|
||||||
sudo apt install --reinstall -y qemu-user-static
|
sudo apt-get install --reinstall -y qemu-user-static
|
||||||
|
|
||||||
- name: Install ldid
|
- name: Install ldid
|
||||||
run: |
|
run: |
|
||||||
@@ -89,8 +89,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
run: |
|
run: |
|
||||||
sudo apt update
|
sudo apt-get update
|
||||||
sudo apt install --reinstall -y qemu-user-static
|
sudo apt-get install --reinstall -y qemu-user-static
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user