From 15c32982114961bfb24af3bc101b62b0697ff91d Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Wed, 26 Apr 2023 22:10:42 -0500 Subject: [PATCH] ci: do not install homebrew libnatpmp on macos 11 (#5461) --- .github/workflows/actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 3ae06ea8a..9b6021565 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -240,7 +240,7 @@ jobs: - name: Get Dependencies run: | brew update - brew install cmake gettext libdeflate libevent libnatpmp libpsl miniupnpc ninja node pkg-config + brew install cmake gettext libdeflate libevent libpsl miniupnpc ninja node pkg-config - name: Get Dependencies (GTK) if: ${{ needs.what-to-make.outputs.make-gtk == 'true' }} run: brew install gtkmm3