Skip to content

Commit 74655ba

Browse files
authored
Update Build_OP_x86_64.yml
1 parent 729d82b commit 74655ba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/Build_OP_x86_64.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ jobs:
133133
run: |
134134
sudo apt update && sudo apt install -y qemu-utils >/dev/null
135135
cd ./openwrt/bin/targets/x86/64
136+
echo "当前目录内容:"
137+
ls -lh
136138
gunzip -f openwrt-x86-64-generic-squashfs-combined-efi.img.gz 2>/dev/null || echo 'Decompression successful'
137139
qemu-img convert -f raw -O vmdk -o subformat=monolithicFlat openwrt-x86-64-generic-squashfs-combined-efi.img openwrt.vmdk
138140
ls -lh openwrt.vmdk openwrt-flat.vmdk

0 commit comments

Comments
 (0)