Skip to content

Commit ec28929

Browse files
committed
print more
1 parent 0382145 commit ec28929

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ci/run-windows.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,11 @@ pacman --noconfirm -S pactoys
1919
# Install C toolchain according to `MSYSTEM`
2020
pacboy --noconfirm -S toolchain
2121

22+
pacman --noconfirm -S mingw-w64-x86_64-toolchain
23+
2224
ls ~/
2325
echo 'export PATH="/c/Users/$USERNAME/.cargo/bin:$PATH"' >> ~/.bash_profile
2426

2527
echo "$PATH"
28+
29+
rustc -vV

0 commit comments

Comments
 (0)