Skip to content

Commit e211aca

Browse files
authored
make it completely non interactive install
1 parent 9387702 commit e211aca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/buildallprojects

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ fi
3636
solution_out="_vpc_/ninja/sdk_everything_${VPC_NINJA_EXTRA_SUFFIX}$VPC_NINJA_BUILD_MODE"
3737

3838
if [ -n "${GITHUB_ACTIONS+x}" ]; then
39-
sudo apt-get install libasio-dev
39+
sudo DEBIAN_FRONTEND=noninteractive apt-get -yq --no-install-recommends install libasio-dev
4040
gh release download --pattern 'Crow*.deb' -R CrowCpp/Crow -O Crow.deb
41-
sudo dpkg -i Crow.deb
41+
sudo DEBIAN_FRONTEND=noninteractive dpkg -i Crow.deb
4242
rm Crow.deb
4343
fi
4444

0 commit comments

Comments
 (0)