File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 9898 with :
9999 command : build
100100 toolchain : ${{ matrix.toolchain }}
101- args : --target wasm32-unknown-unknown --package cloudevents-sdk --package cloudevents-sdk-reqwest
101+ args : --target wasm32-unknown-unknown --features vendored -- package cloudevents-sdk --package cloudevents-sdk-reqwest
102102
103103 # Build examples
104104 - uses : actions-rs/cargo@v1
@@ -107,7 +107,7 @@ jobs:
107107 with :
108108 command : build
109109 toolchain : ${{ matrix.toolchain }}
110- args : --target ${{ matrix.target }} --manifest-path ./example-projects/reqwest-wasm-example/Cargo.toml
110+ args : --target ${{ matrix.target }} --features vendored -- manifest-path ./example-projects/reqwest-wasm-example/Cargo.toml
111111
112112 - uses : actions-rs/cargo@v1
113113 name : " Build rdkafka-example"
You can’t perform that action at this time.
0 commit comments