Skip to content

Commit 7f6f2bc

Browse files
authored
fix(ci): force install cargo-hyperlight (#1420)
Signed-off-by: Tomasz Andrzejak <andreiltd@gmail.com>
1 parent 6aa87a8 commit 7f6f2bc

3 files changed

Lines changed: 4 additions & 12 deletions

File tree

.github/workflows/RustNightly.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,7 @@ jobs:
7878
src/tests/rust_guests/witguest -> target
7979
8080
- name: Install cargo-hyperlight
81-
uses: taiki-e/install-action@cf525cb33f51aca27cd6fa02034117ab963ff9f1 # v2.75.22
82-
with:
83-
tool: cargo-hyperlight@0.1.9
81+
run: cargo install cargo-hyperlight --version 0.1.9 --locked --force
8482

8583
- name: Build and move Rust guests
8684
run: |

.github/workflows/dep_build_guests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,7 @@ jobs:
6868
src/tests/rust_guests/witguest -> target
6969
7070
- name: Install cargo-hyperlight
71-
uses: taiki-e/install-action@cf525cb33f51aca27cd6fa02034117ab963ff9f1 # v2.75.22
72-
with:
73-
tool: cargo-hyperlight@0.1.9
71+
run: cargo install cargo-hyperlight --version 0.1.9 --locked --force
7472

7573
- name: Build Rust guests
7674
run: |

.github/workflows/dep_code_checks.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,7 @@ jobs:
7474
run: just fmt-check
7575

7676
- name: Install cargo-hyperlight
77-
uses: taiki-e/install-action@cf525cb33f51aca27cd6fa02034117ab963ff9f1 # v2.75.22
78-
with:
79-
tool: cargo-hyperlight@0.1.9
77+
run: cargo install cargo-hyperlight --version 0.1.9 --locked --force
8078

8179
- name: clippy exhaustive check (debug)
8280
run: just clippy-exhaustive debug
@@ -147,9 +145,7 @@ jobs:
147145
run: just fmt-check
148146

149147
- name: Install cargo-hyperlight
150-
uses: taiki-e/install-action@cf525cb33f51aca27cd6fa02034117ab963ff9f1 # v2.75.22
151-
with:
152-
tool: cargo-hyperlight@0.1.9
148+
run: cargo install cargo-hyperlight --version 0.1.9 --locked --force
153149

154150
- name: clippy (debug)
155151
run: |

0 commit comments

Comments
 (0)