Skip to content

Commit

Permalink
Fix CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
pgoodman authored Aug 2, 2024
1 parent 96e4159 commit 2f1e38b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:

- name: Use CMake
run: |
sudo apt-get install -y libidn
sudo apt-get install -y libidn12
sudo ln -s /usr/lib/x86_64-linux-gnu/libidn.so.12.x /usr/lib/x86_64-linux-gnu/libidn.so.11
cmake --version
Expand Down

0 comments on commit 2f1e38b

Please sign in to comment.