Skip to content

Commit d74e882

Browse files
epneo-sebastianbaierfabiobaltieri
authored andcommitted
Add "yes" parameter to apt calls
1 parent 1ec60c2 commit d74e882

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ runs:
4444
pip3 install west
4545
4646
if [ "${{ runner.os }}" = "Linux" ]; then
47-
sudo apt-get update
48-
sudo apt-get install ninja-build ccache
47+
sudo apt-get update -y
48+
sudo apt-get install -y ninja-build ccache
4949
if [ "${{ runner.arch }}" = "X64" ]; then
50-
sudo apt-get install libc6-dev-i386
50+
sudo apt-get install -y libc6-dev-i386
5151
fi
5252
elif [ "${{ runner.os }}" = "macOS" ]; then
5353
brew install ninja ccache qemu dtc

0 commit comments

Comments
 (0)