From d6c77da46ca0b56d26d150285c00da18cc5b914a Mon Sep 17 00:00:00 2001 From: Jorge Prendes Date: Wed, 6 May 2026 23:11:41 +0100 Subject: [PATCH] use latest cargo-hyperlight in release workflow Signed-off-by: Jorge Prendes --- .github/workflows/CreateRelease.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/CreateRelease.yml b/.github/workflows/CreateRelease.yml index 8bb4d9921..1803d61f4 100644 --- a/.github/workflows/CreateRelease.yml +++ b/.github/workflows/CreateRelease.yml @@ -136,6 +136,9 @@ jobs: echo "HYPERLIGHT_VERSION=$version" >> $GITHUB_ENV echo "HYPERLIGHT_VERSION=$version" + - name: Install cargo-hyperlight + run: cargo install cargo-hyperlight --version 0.1.10 --locked --force + - name: Build and archive guest library + header files run: | just tar-headers