Skip to content

Commit f509de5

Browse files
committed
Use computed features consistently in Rust workflow
Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
1 parent fd068d9 commit f509de5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dep_rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
# because the component model example depends on the wasm component built here
100100
just ensure-tools
101101
just compile-wit
102-
just build-rust-component-examples ${{ matrix.config }} ${{ matrix.wasmtime == 'latest' && 'wasmtime_latest' || '' }}
102+
just build-rust-component-examples ${{ matrix.config }} ${{ env.FEATURES }}
103103
104104
- name: Fmt
105105
run: just fmt-check
@@ -112,7 +112,7 @@ jobs:
112112
working-directory: ./src/hyperlight_wasm
113113

114114
- name: Build Rust Wasm examples
115-
run: just build-rust-wasm-examples ${{ matrix.config }} ${{ matrix.wasmtime == 'latest' && 'wasmtime_latest' || '' }}
115+
run: just build-rust-wasm-examples ${{ matrix.config }} ${{ env.FEATURES }}
116116
working-directory: ./src/hyperlight_wasm
117117

118118
- name: Test

0 commit comments

Comments
 (0)