Skip to content

Commit

Permalink
add -y
Browse files Browse the repository at this point in the history
Signed-off-by: JoseSantosAMD <[email protected]>
  • Loading branch information
JoseSantosAMD committed Aug 25, 2023
1 parent 897c9dd commit a9e9865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-focal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install baseline OS dependencies
run: |
sudo apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y tzdata
sudo apt-get install software-properties-common
sudo apt-get install -y software-properties-common
sudo apt-get update
sudo apt purge --auto-remove cmake
wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null | gpg --dearmor - | sudo tee /etc/apt/trusted.gpg.d/kitware.gpg >/dev/null
Expand Down

0 comments on commit a9e9865

Please sign in to comment.