Skip to content

Commit 80dad09

Browse files
Nit
Signed-off-by: Francesco Guardiani <[email protected]>
1 parent 3770f99 commit 80dad09

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/rust_tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,20 +107,20 @@ jobs:
107107
with:
108108
command: build
109109
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
111111

112112
- uses: actions-rs/cargo@v1
113113
name: "Build rdkafka-example"
114114
if: matrix.target == 'x86_64-unknown-linux-gnu' && matrix.toolchain == 'stable'
115115
with:
116116
command: build
117117
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
119119

120120
- uses: actions-rs/cargo@v1
121121
name: "Build actix-web-example"
122122
if: matrix.target == 'x86_64-unknown-linux-gnu' && matrix.toolchain == 'stable'
123123
with:
124124
command: build
125125
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

0 commit comments

Comments
 (0)