From 64228274bbeac3aab5a6eec1c4262477dccdaabf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Kr=C3=B3l?= Date: Fri, 17 Nov 2023 16:17:35 +0100 Subject: [PATCH] .github/workflows/build.yml: update ipxe version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Piotr Król --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a9b7a0251d..e93bb089f0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,7 +31,7 @@ jobs: run: | git clone https://git.ipxe.org/ipxe.git && \ cd ipxe && \ - git checkout 4bffe0f0d9d0e1496ae5cfb7579e813277c29b0f && \ + git checkout 77b07ea4fdc259d7253c6f9df2beda6e6c7a9d85 && \ sed -i 's|//#define\s*IMAGE_SCRIPT.*|#define IMAGE_SCRIPT|' "src/config/general.h" && \ sed -i 's|.*DOWNLOAD_PROTO_HTTPS|#define DOWNLOAD_PROTO_HTTPS|g' "src/config/general.h" && \ wget https://raw.githubusercontent.com/Dasharo/dasharo-blobs/main/dasharo/dasharo.ipxe && \