From 5637eefac3adafd390125dc2d9552107d074116a Mon Sep 17 00:00:00 2001 From: badaix Date: Fri, 17 Jan 2025 09:55:54 +0100 Subject: [PATCH] Fix typo --- .github/workflows/package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index 4fdbef93..cf87fab9 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -77,7 +77,7 @@ jobs: apt-get install -yq wget debhelper build-essential cmake git rename \ libatomic1 libasound2-dev libsoxr-dev libvorbisidec-dev libvorbis-dev libflac-dev \ libopus-dev alsa-utils libpulse-dev libavahi-client-dev avahi-daemon libexpat1-dev \ - libssl-dev python3 ccache unzip dephelper + libssl-dev python3 ccache unzip debhelper env: DEBIAN_FRONTEND: noninteractive - name: Get GitHub cli