fix: downgrade FreeRDP to 3.10.3 — 3.24.0 requires C11 threads.h missing from MinGW
Some checks failed
Build & Sign Wraith / Build Windows + Sign (push) Failing after 26s

This commit is contained in:
Vantz Stockwell 2026-03-17 09:30:01 -04:00
parent e39747850c
commit 893b2350b6

View File

@ -108,7 +108,7 @@ jobs:
# ===============================================================
- name: Build FreeRDP3 for Windows (MinGW cross-compile)
run: |
FREERDP_VERSION="3.24.0"
FREERDP_VERSION="3.10.3"
INSTALL_PREFIX="/tmp/mingw-deps"
echo "=== Building FreeRDP ${FREERDP_VERSION} for Windows amd64 via MinGW ==="