Skip to content
This repository was archived by the owner on Mar 31, 2024. It is now read-only.

Commit b7559a6

Browse files
committed
Fix a bug in CI workflow.
1 parent 1cc6c09 commit b7559a6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
${{ env.pkgname }}.tar.xz.sha256
4343
4444
45-
build-diskimage:
45+
build-binary:
4646

4747
needs: build-dist
4848

@@ -61,13 +61,14 @@ jobs:
6161
- name: Collect dependencies
6262
run: |
6363
sudo apt-get update
64-
sudo apt-get install gcc cpio xz-utils gawk grub2 make grep kpartx qemu-utils sed util-linux wget python3-pillow -y
64+
sudo apt-get install gcc cpio xz-utils gawk grub2 make grep kpartx qemu-utils sed util-linux wget -y
6565
sudo apt-get install binutils libelf-dev libssl-dev bc flex bison -y
6666
6767
- name: Setup Python
6868
uses: actions/setup-python@v4
6969
with:
7070
python-version: 3.11.4
71+
- run: pip install -r requirements.txt
7172

7273
- name: Get source distribution tarball
7374
run: |

0 commit comments

Comments
 (0)