Skip to content

Commit be641a8

Browse files
committed
fixed pacman auto-confirmation in previous commit
+ fixed PATH (missing $)
1 parent 855293e commit be641a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/scripts/Windows/build_live555.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ git checkout 35c375
1111
./genMakefiles mingw
1212

1313
# ensure binutils ld is used (not lld)
14-
pacman -Sy binutils
15-
PATH=/usr/bin:PATH
14+
pacman -Sy --noconfirm binutils
15+
PATH=/usr/bin:$PATH
1616

1717
make -j $(nproc)
18-
pacman -Rs binutils
18+
pacman -Rs --noconfirm binutils
1919

0 commit comments

Comments
 (0)