We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16b581f commit c40da28Copy full SHA for c40da28
ci/run-windows.sh
@@ -15,9 +15,9 @@ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- \
15
--profile minimal -y
16
17
# Wrapper to ease managerment of environments
18
-pacman -S pactoys
+pacman --noconfirm -S pactoys
19
# Install C toolchain according to `MSYSTEM`
20
-pacboy -S toolchain
+pacboy --noconfirm -S toolchain
21
22
ls ~/
23
echo 'export PATH="/c/Users/$USERNAME/.cargo/bin:$PATH"' >> ~/.bash_profile
0 commit comments