Skip to content

Commit

Permalink
Hopefully make freetype statically linked in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
rj45 committed May 10, 2024
1 parent 39caa7c commit 1e89c9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
permissions:
contents: write
env:
VCPKG_DEFAULT_TRIPLET: ${{ matrix.triplet }}
VCPKG_DEFAULT_TRIPLET: x64-windows-static-md
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -23,7 +23,7 @@ jobs:
- name: setup vcpkg
uses: lukka/run-vcpkg@v11
- name: generate cmake
run: 'cmake -B build -S . -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE="${{ env.VCPKG_ROOT }}/scripts/buildsystems/vcpkg.cmake"'
run: 'cmake -B build -S . -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE="${{ env.VCPKG_ROOT }}/scripts/buildsystems/vcpkg.cmake" -DVCPKG_TARGET_TRIPLET=x64-windows-static-md'
- name: build
run: cmake --build build --config Release
- uses: thedoctor0/[email protected]
Expand Down

0 comments on commit 1e89c9a

Please sign in to comment.