Skip to content

Commit 0689d8f

Browse files
committed
fix libguestfs install
1 parent 9c319a6 commit 0689d8f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/fatimage.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,9 @@ jobs:
8585
uses: docker/setup-qemu-action@v3
8686

8787
- name: install libguestfs
88-
run: sudo apt-get -y install libguestfs-tools
88+
run: |
89+
sudo apt -y update
90+
sudo apt -y install libguestfs-tools
8991
9092
- name: mkdir for mount
9193
run: sudo mkdir -p './${{ steps.manifest.outputs.image-name }}'

0 commit comments

Comments
 (0)