Skip to content

Commit d92888e

Browse files
committed
fix(CI): on Windows call rustup target add x86_64-pc-windows-gnu
1 parent 274d881 commit d92888e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
run: |
4848
if [[ "$RUNNER_OS" == "Windows" ]]; then
4949
pacman -S --noconfirm mingw-w64-ucrt-x86_64-capnproto
50+
rustup target add x86_64-pc-windows-gnu
5051
# ridk enable
5152
fi
5253
just build-extension

0 commit comments

Comments
 (0)