diff --git a/.github/workflows/build-windows-vcpkg.yml b/.github/workflows/build-windows-vcpkg.yml index 6072c74028..5ebb0613e7 100644 --- a/.github/workflows/build-windows-vcpkg.yml +++ b/.github/workflows/build-windows-vcpkg.yml @@ -18,7 +18,7 @@ jobs: strategy: fail-fast: false matrix: - target: [x64-windows-static, arm64-windows-static] + target: [x64-mingw-static, arm64-mingw-static] env: VCPKG_DEFAULT_TRIPLET: ${{ matrix.target }} diff --git a/vcpkg.json b/vcpkg.json index ea71a9e568..ef52071273 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -4,25 +4,10 @@ "dependencies": [ "sdl2", "libarchive", - { - "name": "libslirp", - "platform": "mingw" - }, - { - "name": "qt5-base", - "platform": "mingw" - }, - { - "name": "qt5-svg", - "platform": "mingw" - }, - { - "name": "qt5-multimedia", - "platform": "mingw" - }, - { - "name": "dirent", - "platform": "windows" - } + "libslirp", + "qt5-base", + "qt5-svg", + "qt5-multimedia", + "dirent" ] } \ No newline at end of file