File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff line change 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 : |
You can’t perform that action at this time.
0 commit comments