From 7930ece6e4ae266e67fc927f2e44e39f97fd5f22 Mon Sep 17 00:00:00 2001 From: Patrik Ragnarsson Date: Fri, 21 Jun 2024 12:45:21 +0200 Subject: [PATCH] Actually install libidn in release workflow (#539) --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 32ac5312..f8f3b3ba 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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