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