diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 07711ad031..98c4189ad7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,7 +4,7 @@ on: [push, pull_request] env: FREE_DISKSPACE: | - sudo rm -rf /usr/local/.ghcup /usr/share/dotnet /usr/share/swift /usr/share/miniconda + sudo rm -rf /usr/local/.ghcup /usr/share/dotnet /usr/share/swift /usr/share/miniconda /usr/local/lib/android jobs: build-macos: diff --git a/src/qt/updater.cpp b/src/qt/updater.cpp index dd3da2d2ae..b790c4b6dc 100644 --- a/src/qt/updater.cpp +++ b/src/qt/updater.cpp @@ -28,6 +28,7 @@ #if defined(_WIN32) && !defined(MONERO_GUI_STATIC) #include + #undef interface #endif #include "updater.h"