Skip to content

Commit c40da28

Browse files
authored
--noconfirm
1 parent 16b581f commit c40da28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/run-windows.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- \
1515
--profile minimal -y
1616

1717
# Wrapper to ease managerment of environments
18-
pacman -S pactoys
18+
pacman --noconfirm -S pactoys
1919
# Install C toolchain according to `MSYSTEM`
20-
pacboy -S toolchain
20+
pacboy --noconfirm -S toolchain
2121

2222
ls ~/
2323
echo 'export PATH="/c/Users/$USERNAME/.cargo/bin:$PATH"' >> ~/.bash_profile

0 commit comments

Comments
 (0)