This commit is contained in:
2025-05-30 15:11:00 -05:00
parent f13a96379d
commit ade83587bc
3 changed files with 3954 additions and 3 deletions

View File

@ -16,7 +16,7 @@ jobs:
commands: |
mkdir build
cd build
cmake -S .. -B .
cmake -S .. -B . -DTESSESFRAMEWORK_FETCHCONTENT=OFF
make -j12
make install DESTDIR=out
useTTY: true