Skip to content

Commit 9d3b4d6

Browse files
committed
Remove dangling env var
Signed-off-by: Yuki Okushi <[email protected]>
1 parent 0777de4 commit 9d3b4d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bors.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ jobs:
314314
run: rustup self update
315315
shell: bash
316316
- name: Execute build.sh
317-
run: LIBC_CI=1 TOOLCHAIN=${{ matrix.toolchain }} WIN_TARGET=${{ matrix.target }} sh ./ci/build.sh
317+
run: LIBC_CI=1 TOOLCHAIN=${{ matrix.toolchain }} sh ./ci/build.sh
318318
shell: bash
319319

320320
check_cfg:

0 commit comments

Comments
 (0)