Browse Source

🔄ci: update xbps before use

Naz 4 ngày trước cách đây
mục cha
commit
95bd021cb2
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      .github/workflows/gen-images.yml

+ 2 - 1
.github/workflows/gen-images.yml

@@ -13,7 +13,8 @@ jobs:
     steps:
       - name: Install required packages
         run: |
-          xbps-install -Syu
+          xbps-install -Syu xbps
+          xbps-install -yu
           xbps-install -y git bash make cdrtools qemu-user-static liblz4 squashfs-tools xorriso xmlto python3 python3-Markdown
 
       - name: Clone void-mklive repository