From 768bcace7f301788b3bb66ef9cf52a85cd561cdd Mon Sep 17 00:00:00 2001 From: malinero Date: Thu, 6 Feb 2025 00:27:36 +0100 Subject: [PATCH] tmp --- .github/workflows/build.yml | 2 +- src/qt/updater.cpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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"