Skip to content

Commit

Permalink
Try to fix libidn issue with CMake.
Browse files Browse the repository at this point in the history
  • Loading branch information
pgoodman authored Aug 2, 2024
1 parent b18e900 commit bf044ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
cmake-version: ${{ env.CMAKE_VER }}.x

- name: Use CMake
run: sudo ln -s /usr/lib/x86_64-linux-gnu/libidn.so.12.x /usr/lib/x86_64-linux-gnu/libidn.so.11
run: cmake --version

- name: Checkout repository
Expand Down

0 comments on commit bf044ef

Please sign in to comment.