Skip to content

Commit 0d2447e

Browse files
committed
fixup! release: build unsigned Ubuntu .deb package
Do use `apt-get` and ensure that it does not ask for confirmation. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent f1efa3d commit 0d2447e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-git-installers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ jobs:
603603
GPG_KEYGRIP_SECRET_NAME: ${{ secrets.GPG_KEYGRIP_SECRET_NAME }}
604604
run: |
605605
# Install debsigs
606-
sudo apt install debsigs
606+
sudo apt-get install -y debsigs
607607
608608
# Download GPG key, passphrase, and keygrip from Azure Key Vault
609609
key=$(az keyvault secret show --name $GPG_KEY_SECRET_NAME --vault-name $AZURE_VAULT --query "value")

0 commit comments

Comments
 (0)