Skip to content

Commit

Permalink
Actually install libidn in release workflow (#539)
Browse files Browse the repository at this point in the history
  • Loading branch information
dentarg authored Jun 21, 2024
1 parent cb5eb74 commit 7930ece
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
run: echo "VERSION=$(echo ${{ github.ref }} | cut -d - -f 2)" >> "$GITHUB_ENV"

- name: Install libidn
if: startsWith(matrix.os, 'ubuntu')
run: sudo apt-get install libidn11-dev

- uses: actions/checkout@v4
Expand Down

0 comments on commit 7930ece

Please sign in to comment.