Selaa lähdekoodia

aya/ci: fixup broken debian kernel image url

Signed-off-by: astoycos <[email protected]>
astoycos 1 vuosi sitten
vanhempi
commit
81f634abc6
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      .github/workflows/ci.yml

+ 1 - 1
.github/workflows/ci.yml

@@ -236,7 +236,7 @@ jobs:
           # linux-image-5.10.0-23-cloud-amd64-unsigned_5.10.179-3_amd64.deb \
           printf '%s\0' \
             linux-image-6.1.0-10-cloud-amd64-unsigned_6.1.38-2_amd64.deb \
-            linux-image-6.4.0-3-cloud-amd64-unsigned_6.4.11-1_amd64.deb \
+            linux-image-6.4.0-4-cloud-amd64-unsigned_6.4.13-1_amd64.deb \
           | xargs -0 -t -P0 -I {} wget -nd -nv -P test/.tmp/debian-kernels/amd64 ftp://ftp.us.debian.org/debian/pool/main/l/linux/{}
 
       - name: Extract debian kernels