modified: .github/workflows/mikrotik_patch.yml

modified:   patch.py
This commit is contained in:
zyb
2024-06-18 23:56:05 +08:00
parent 7b8a33268b
commit 8544764c6f
2 changed files with 2 additions and 2 deletions

View File

@@ -160,7 +160,7 @@ jobs:
- name: Patch chr-${{ env.LATEST_VERSION }}.img
run: |
sudo modprobe nbd
sudo apt -y install qemu-utils debugfs 2> /dev/null
sudo apt install -y qemu-utils 2> /dev/null
sudo qemu-img convert -f raw -O qcow2 chr-$LATEST_VERSION.img chr-$LATEST_VERSION.qcow2
sudo rm chr-$LATEST_VERSION.img.zip
sudo rm chr-$LATEST_VERSION.img