7676 with :
7777 command : build
7878 toolchain : ${{ matrix.toolchain }}
79- args : --target ${{ matrix.target }} --features vendored -- workspace
79+ args : --target ${{ matrix.target }} --workspace
8080 env :
8181 CC : musl-gcc
8282 CXX : g++
8686 with :
8787 command : test
8888 toolchain : ${{ matrix.toolchain }}
89- args : --target ${{ matrix.target }} --features vendored -- workspace
89+ args : --target ${{ matrix.target }} --workspace
9090 env :
9191 CC : musl-gcc
9292 CXX : g++
9898 with :
9999 command : build
100100 toolchain : ${{ matrix.toolchain }}
101- args : --target wasm32-unknown-unknown --features vendored -- package cloudevents-sdk --package cloudevents-sdk-reqwest
101+ args : --target wasm32-unknown-unknown --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 }} --features vendored -- manifest-path ./example-projects/reqwest-wasm-example/Cargo.toml
110+ args : --target ${{ matrix.target }} --manifest-path ./example-projects/reqwest-wasm-example/Cargo.toml
111111
112112 - uses : actions-rs/cargo@v1
113113 name : " Build rdkafka-example"
@@ -132,3 +132,11 @@ jobs:
132132 command : build
133133 toolchain : ${{ matrix.toolchain }}
134134 args : --target ${{ matrix.target }} --manifest-path ./example-projects/warp-example/Cargo.toml
135+
136+ - uses : actions-rs/cargo@v1
137+ name : " Build paho-mqtt-example"
138+ if : matrix.target == 'x86_64-unknown-linux-gnu' && matrix.toolchain == 'stable'
139+ with :
140+ command : build
141+ toolchain : ${{ matrix.toolchain }}
142+ args : --target ${{ matrix.target }} --manifest-path ./example-projects/paho-mqtt-example/Cargo.toml
0 commit comments