Removed msys2 patch (not necessary now)

This commit is contained in:
SChernykh
2025-04-29 11:42:11 +02:00
parent df21dd48af
commit 68cbf91fc7
2 changed files with 0 additions and 19 deletions

View File

@@ -356,11 +356,6 @@ jobs:
update: true
install: mingw-w64-x86_64-toolchain mingw-w64-x86_64-clang mingw-w64-x86_64-lld mingw-w64-x86_64-cmake make git
- name: Apply patch
run: |
cd /
git apply --verbose --ignore-whitespace --directory=mingw64/include/c++/`ls mingw64/include/c++`/ /d/a/p2pool/p2pool/patches/msys2/typeinfo.patch
- name: Build libcurl
run: |
cd external/src/curl