We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d2896b commit 1fba3a5Copy full SHA for 1fba3a5
1 file changed
.github/workflows/CreateRelease.yml
@@ -136,6 +136,9 @@ jobs:
136
echo "HYPERLIGHT_VERSION=$version" >> $GITHUB_ENV
137
echo "HYPERLIGHT_VERSION=$version"
138
139
+ - name: Install cargo-hyperlight
140
+ run: cargo install cargo-hyperlight --version 0.1.10 --locked --force
141
+
142
- name: Build and archive guest library + header files
143
run: |
144
just tar-headers
0 commit comments