Skip to content

Commit

Permalink
Release workflow needs libidn
Browse files Browse the repository at this point in the history
  • Loading branch information
dentarg committed Jun 21, 2024
1 parent a6d454a commit 23fb5f6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,18 @@ on:
jobs:
release:
if: github.repository == 'sporkmonger/addressable'
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
permissions:
id-token: write # for trusted publishing
steps:
# tags are named addressable-VERSION, e.g. addressable-2.8.6
- name: Set VERSION from git tag
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

- uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit 23fb5f6

Please sign in to comment.