We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec97c6e commit 10a7a0dCopy full SHA for 10a7a0d
.github/workflows/build_iso.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Download Ubuntu ISO if not cached
30
if: steps.cache-ubuntu-iso.outputs.cache-hit != 'true'
31
run: |
32
- wget -O ubuntu-22.04.5-desktop-amd64.iso http://releases.ubuntu.com/22.04/ubuntu-22.04.5-desktop-amd64.iso
+ wget -O ubuntu-22.04.5-desktop-amd64.iso https://releases.ubuntu.com/22.04/ubuntu-22.04.5-desktop-amd64.iso
33
34
- name: Determine ISO filename
35
id: get-filename
0 commit comments