From 5031450f0d67bd0e6b2377c2743c74ce80fda02c Mon Sep 17 00:00:00 2001 From: Clayton Smith Date: Wed, 23 Oct 2024 14:46:18 -0400 Subject: [PATCH] Remove workaround for homebrew iniparser package --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9b204f56..08945e6e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,8 +55,6 @@ jobs: iniparser \ portaudio \ dbus - mkdir -p "$(brew --prefix)/include/iniparser" - ln -s "$(brew --prefix)/include/iniparser.h" "$(brew --prefix)/include/iniparser/iniparser.h" cd /tmp curl https://avahi.org/download/avahi-0.8.tar.gz > avahi-0.8.tar.gz