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 98
98
with :
99
99
command : build
100
100
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
102
102
103
103
# Build examples
104
104
- uses : actions-rs/cargo@v1
@@ -107,7 +107,7 @@ jobs:
107
107
with :
108
108
command : build
109
109
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
111
111
112
112
- uses : actions-rs/cargo@v1
113
113
name : " Build rdkafka-example"
You can’t perform that action at this time.
0 commit comments