File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -107,20 +107,20 @@ jobs:
107
107
with :
108
108
command : build
109
109
toolchain : ${{ matrix.toolchain }}
110
- args : --target ${{ matrix.target }} --manifest-path ${GITHUB_WORKSPACE} /example-projects/reqwest-wasm-example/Cargo.toml
110
+ args : --target ${{ matrix.target }} --manifest-path . /example-projects/reqwest-wasm-example/Cargo.toml
111
111
112
112
- uses : actions-rs/cargo@v1
113
113
name : " Build rdkafka-example"
114
114
if : matrix.target == 'x86_64-unknown-linux-gnu' && matrix.toolchain == 'stable'
115
115
with :
116
116
command : build
117
117
toolchain : ${{ matrix.toolchain }}
118
- args : --target ${{ matrix.target }} --manifest-path ${GITHUB_WORKSPACE} /example-projects/rdkafka-example/Cargo.toml
118
+ args : --target ${{ matrix.target }} --manifest-path . /example-projects/rdkafka-example/Cargo.toml
119
119
120
120
- uses : actions-rs/cargo@v1
121
121
name : " Build actix-web-example"
122
122
if : matrix.target == 'x86_64-unknown-linux-gnu' && matrix.toolchain == 'stable'
123
123
with :
124
124
command : build
125
125
toolchain : ${{ matrix.toolchain }}
126
- args : --target ${{ matrix.target }} --manifest-path ${GITHUB_WORKSPACE} /example-projects/actix-web-example/Cargo.toml
126
+ args : --target ${{ matrix.target }} --manifest-path . /example-projects/actix-web-example/Cargo.toml
You can’t perform that action at this time.
0 commit comments