Skip to content

Commit

Permalink
Hmm maybe OFF
Browse files Browse the repository at this point in the history
  • Loading branch information
JustDoom committed Feb 5, 2025
1 parent 634b90e commit b27c1ad
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 @@ -46,7 +46,7 @@ jobs:
run: |
mkdir -p build
cd build
cmake .. -DSDLTTF_VENDORED=ON -DCMAKE_BUILD_TYPE=Release
cmake .. -DSDLTTF_VENDORED=OFF -DCMAKE_BUILD_TYPE=Release
- name: Build CMake
run: |
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
run: |
mkdir -p build
cd build
cmake .. -DSDLTTF_VENDORED=ON -DCMAKE_BUILD_TYPE=Release -D CMAKE_SYSTEM_VERSION=10.0.26100.0
cmake .. -DSDLTTF_VENDORED=OFF -DCMAKE_BUILD_TYPE=Release -D CMAKE_SYSTEM_VERSION=10.0.26100.0
- name: Build CMake
run: |
Expand Down

0 comments on commit b27c1ad

Please sign in to comment.