Skip to content

Commit

Permalink
Remove conditional check for Ubuntu in dependency installation step
Browse files Browse the repository at this point in the history
  • Loading branch information
emcrisostomo committed Dec 30, 2024
1 parent e0e80a9 commit 45fdb81
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release-tarball.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 45fdb81

Please sign in to comment.