Skip to content

Commit f8e568e

Browse files
committed
Fix /dev/tty failure
1 parent b995358 commit f8e568e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
- name: Install SQL Server 2022
129129
run: |
130130
curl -fsSL https://packages.microsoft.com/keys/microsoft.asc | \
131-
sudo gpg --dearmor -o /usr/share/keyrings/microsoft-prod.gpg
131+
sudo gpg --dearmor --batch --yes -o /usr/share/keyrings/microsoft-prod.gpg
132132
curl -fsSL https://packages.microsoft.com/config/ubuntu/22.04/mssql-server-2022.list | \
133133
sudo tee /etc/apt/sources.list.d/mssql-server-2022.list
134134
sudo apt-get update

0 commit comments

Comments
 (0)