diff --git a/.github/workflows/Windows_XP_32bit.yml b/.github/workflows/Windows_XP_32bit.yml index d39311004..ce9b2293b 100644 --- a/.github/workflows/Windows_XP_32bit.yml +++ b/.github/workflows/Windows_XP_32bit.yml @@ -14,7 +14,7 @@ concurrency: jobs: build: - runs-on: ubuntu-24.04 + runs-on: ubuntu-22.04 steps: - name: Checkout uses: actions/checkout@v4 diff --git a/CMake/platforms/windowsXP.cmake b/CMake/platforms/windowsXP.cmake index 67f421ecb..ef1d610e0 100644 --- a/CMake/platforms/windowsXP.cmake +++ b/CMake/platforms/windowsXP.cmake @@ -2,6 +2,8 @@ set(ASAN OFF) set(UBSAN OFF) set(DIST ON) +set(DEVILUTIONX_PLATFORM_FILE_UTIL_LINK_LIBRARIES shlwapi) +set(DEVILUTIONX_PLATFORM_ASSETS_LINK_LIBRARIES find_steam_game) set(DISABLE_ZERO_TIER ON) set(DISCORD_INTEGRATION OFF) set(DEVILUTIONX_SYSTEM_BZIP2 OFF)