shithub: opus

Download patch

ref: e54d723f2ddb8e45ccfde48b6347562fa767ce46
parent: 7cbee82335800f3b82c9db096ed6fae66129e22d
author: Ralph Giles <giles@thaumas.net>
date: Wed Jul 2 21:32:00 EDT 2025

github actions: remove obsolete libidn11 package

The `CMakeVersionTest` job installed the libidn11
package when running on the ubuntu 20.04-based
image. This package doesn't seem to be necessary
on the ubuntu 22.04-based image, and in any case
is not available under that name, having been
replaced by libidn12.

Signed-off-by: Jean-Marc Valin <jmvalin@jmvalin.ca>

--- a/.github/workflows/cmake.yml
+++ b/.github/workflows/cmake.yml
@@ -21,7 +21,6 @@
           chmod +x cmakeinstall.sh
           sudo ./cmakeinstall.sh --prefix=/usr/local --exclude-subdir
           rm cmakeinstall.sh
-          sudo apt-get install libidn11
       - name: Create Work Dir
         run: mkdir build
       - name: Configure
--