Sfoglia il codice sorgente

CI: Fix possible user input blocking CI runs on Linux

PatTheMav 3 anni fa
parent
commit
a7157ba2ff
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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}")