From e2daa20ed540ccd1d8c59abd9244ab694605630e Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Fri, 11 Oct 2024 17:41:28 +0900 Subject: [PATCH] Revert "use older version of OVMF package" This reverts commit c25183ff1998f11a2f5ee49bf1d2b28781c7ee4c. Signed-off-by: Akihiro Suda --- .github/workflows/ci.yml | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fdaf36901..bdf5ebc9a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -565,29 +565,19 @@ jobs: curl -fsSL https://apt.releases.hashicorp.com/gpg | sudo gpg --dearmor -o /usr/share/keyrings/hashicorp-archive-keyring.gpg echo "deb [signed-by=/usr/share/keyrings/hashicorp-archive-keyring.gpg] https://apt.releases.hashicorp.com jammy main" | sudo tee /etc/apt/sources.list.d/hashicorp.list sudo sed -i 's/^Types: deb$/Types: deb deb-src/' /etc/apt/sources.list.d/ubuntu.sources - # we use vagrant from jammy since the sources are not yet available in noble for vagrant - # TODO: once vagrant package sources are available in ubuntu-24 this can be removed + # we use vagrant from jammy since the sources are not yet available in noble sudo tee -a /etc/apt/sources.list.d/ubuntu.sources < /dev/null - # jammy security needs to be added so that the compatible ovmf package can be fetched - sudo tee -a /etc/apt/sources.list.d/ubuntu.sources <