pass -y to apt-get in linux ci
Some checks failed
CI / linux (push) Failing after 1m32s
CI / macos-xcode (push) Has been cancelled
CI / macos-scons (push) Has been cancelled
CI / win-vs32 (push) Has been cancelled
CI / win-vs64 (push) Has been cancelled
CI / win-scons (push) Has been cancelled

This commit is contained in:
2025-09-13 14:42:22 -05:00
parent e71403c91a
commit 7b6fdbb2a9

View File

@@ -197,7 +197,7 @@
},
{
name: install dependencies,
run: 'sudo apt-get update && sudo apt-get install scons libxml2-utils zlib1g libsfml-dev libboost-all-dev zenity'
run: 'sudo apt-get update && sudo apt-get install -y scons libxml2-utils zlib1g libsfml-dev libboost-all-dev zenity'
},
{
name: install TGUI,