Skip to content

Commit 1fba3a5

Browse files
authored
use latest cargo-hyperlight in release workflow (#1441)
Signed-off-by: Jorge Prendes <jorge.prendes@gmail.com>
1 parent 4d2896b commit 1fba3a5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/CreateRelease.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,9 @@ jobs:
136136
echo "HYPERLIGHT_VERSION=$version" >> $GITHUB_ENV
137137
echo "HYPERLIGHT_VERSION=$version"
138138
139+
- name: Install cargo-hyperlight
140+
run: cargo install cargo-hyperlight --version 0.1.10 --locked --force
141+
139142
- name: Build and archive guest library + header files
140143
run: |
141144
just tar-headers

0 commit comments

Comments
 (0)