Ver Fonte

CI: Fix possible user input blocking CI runs on Linux

PatTheMav há 3 anos atrás
pai
commit
a7157ba2ff
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      .github/scripts/build-linux.sh

+ 2 - 2
.github/scripts/build-linux.sh

@@ -3,8 +3,8 @@
 if ! type zsh > /dev/null 2>&1; then
     echo ' => Installing script dependency Zsh.'
 
-    sudo apt-get update
-    sudo apt-get install zsh
+    sudo apt-get -y update
+    sudo apt-get -y install zsh
 fi
 
 SCRIPT=$(readlink -f "${0}")