Skip to content

Commit 7930ece

Browse files
authored
Actually install libidn in release workflow (#539)
1 parent cb5eb74 commit 7930ece

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
run: echo "VERSION=$(echo ${{ github.ref }} | cut -d - -f 2)" >> "$GITHUB_ENV"
1818

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

2322
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)