From 45fdb813d2e77d80e24ed9bdf30e9ff3ac0e65dc Mon Sep 17 00:00:00 2001 From: Enrico Maria Crisostomo Date: Mon, 30 Dec 2024 12:52:52 +0100 Subject: [PATCH] Remove conditional check for Ubuntu in dependency installation step --- .github/workflows/release-tarball.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release-tarball.yml b/.github/workflows/release-tarball.yml index e5d75186..87eda472 100644 --- a/.github/workflows/release-tarball.yml +++ b/.github/workflows/release-tarball.yml @@ -12,7 +12,6 @@ jobs: - uses: actions/checkout@v3 - name: Install dependencies on Ubuntu - if: matrix.os == 'ubuntu-latest' run: | sudo apt-get update sudo apt-get install -y autoconf automake autopoint g++ gettext git libtool make texinfo texlive