Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
Malinero committed Feb 5, 2025
1 parent 0934bc7 commit 768bcac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions src/qt/updater.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@

#if defined(_WIN32) && !defined(MONERO_GUI_STATIC)
#include <Winsock2.h>
#undef interface
#endif

#include "updater.h"
Expand Down

0 comments on commit 768bcac

Please sign in to comment.