Skip to content

Commit

Permalink
use dynamic mingw-w64 triplet (i.e. x64-mingw-dynamic)
Browse files Browse the repository at this point in the history
  • Loading branch information
nam20485 committed Oct 18, 2023
1 parent f1e5c6d commit ff0b50d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
if: matrix.preset == 'windows-2022'

- name: Manual vcpkg Install (mingw-w64)
run: "\"${{env.VCPKG_ROOT}}/vcpkg\" install --triplet x64-mingw-static"
run: "\"${{env.VCPKG_ROOT}}/vcpkg\" install --triplet x64-mingw-dynamic"
if: matrix.preset == 'linux-mingw-w64-release'

#
Expand Down

0 comments on commit ff0b50d

Please sign in to comment.