From b6689f2dce605cc5323ffd6e084e2ec3de7730e3 Mon Sep 17 00:00:00 2001 From: tri Date: Fri, 9 Aug 2024 07:48:53 -0700 Subject: [PATCH] attempt to fix mac build --- .github/workflows/build.yaml | 2 +- src/qt/uploaddownload.cpp | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 06e18aec5..ddf1781f2 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -343,7 +343,7 @@ jobs: - name: Install Required Packages run: | - brew install automake libtool pkg-config librsvg libnatpmp python curl + brew install automake libtool pkg-config librsvg libnatpmp python pip3 install ds_store mac_alias pip3 install -U pip setuptools diff --git a/src/qt/uploaddownload.cpp b/src/qt/uploaddownload.cpp index 0fff45aae..fa6030f06 100644 --- a/src/qt/uploaddownload.cpp +++ b/src/qt/uploaddownload.cpp @@ -11,7 +11,6 @@ #include #include #include -#include #include #include #include