Skip to content

Commit 10a7a0d

Browse files
Update build_iso.yml
1 parent ec97c6e commit 10a7a0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_iso.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Download Ubuntu ISO if not cached
3030
if: steps.cache-ubuntu-iso.outputs.cache-hit != 'true'
3131
run: |
32-
wget -O ubuntu-22.04.5-desktop-amd64.iso http://releases.ubuntu.com/22.04/ubuntu-22.04.5-desktop-amd64.iso
32+
wget -O ubuntu-22.04.5-desktop-amd64.iso https://releases.ubuntu.com/22.04/ubuntu-22.04.5-desktop-amd64.iso
3333
3434
- name: Determine ISO filename
3535
id: get-filename

0 commit comments

Comments
 (0)