Skip to content

Commit 0bb14cf

Browse files
committed
Revert "fix(CI): temporarily fix Windows build"
This reverts commit 8e7c559.
1 parent d0d8bff commit 0bb14cf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

setup.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@ fi
3434
# Install rust compiler
3535
echo "Installing rust compiler"
3636
curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain 1.76
37-
if [[ "$OSTYPE" != "msys"* ]]; then # not Windows
38-
. $HOME/.cargo/env
39-
fi
37+
. $HOME/.cargo/env
4038
cargo install cbindgen
4139
# Setup Poetry
4240
echo "Installing poetry"

0 commit comments

Comments
 (0)