Skip to content

Commit

Permalink
0033808: Coding - FreeType Use unsigned point and contour indexing in…
Browse files Browse the repository at this point in the history
… FT_Outline

Just test for MacOS
  • Loading branch information
dpasukhi committed Aug 29, 2024
1 parent 422534d commit eb4edba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-macos-clang-x64-dynamic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
cmake -G "Unix Makefiles" \
-D CMAKE_C_COMPILER=clang \
-D CMAKE_CXX_COMPILER=clang++ \
-D USE_FREETYPE=OFF \
-D USE_FREETYPE=ON \
-D CMAKE_BUILD_TYPE=Release ..
- name: Build OCCT
Expand Down

0 comments on commit eb4edba

Please sign in to comment.