From 59beba616cd21c7f03dd09eef23b7ac6218fd030 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Thu, 3 Mar 2022 21:53:50 -0500 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f3576b02..eb2797d2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -118,6 +118,12 @@ jobs: sudo apt-get -qq --yes update sudo apt-get -qq --yes install swig libpcsclite-dev + - name: MacOS remove Homebrew + if: matrix.os == 'macos-11' + run: | + # remove everything except the libraries needed by yubikey-manager + brew uninstall $(brew list | grep -v 'pcre\|swig\|pcsc-lite') + - name: MacOS install tools if: matrix.os == 'macos-11' run: |