Skip to content

Commit

Permalink
drop sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
JFriel committed Sep 23, 2024
1 parent 1b6cb0c commit c879ca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
apt-get update -qq
apt-get install -qqy curl gnupg2 python3 ca-certificates libgdiplus libicu66 --no-install-recommends
curl https://packages.microsoft.com/keys/microsoft.asc | tee /etc/apt/trusted.gpg.d/microsoft.asc
sudo apt-get install software-properties-common
apt-get install software-properties-common
apt-get update
add-apt-repository "$(wget -qO- https://packages.microsoft.com/config/ubuntu/16.04/mssql-server-preview.list)"
apt-get update
Expand Down

0 comments on commit c879ca9

Please sign in to comment.