Updates GithubActions yml file to use new BUILD_TESTING variable

develop
Josh Cooper 2022-11-11 16:41:06 -08:00
parent de91fa7f28
commit 3e2d0f2ec2
1 changed files with 1 additions and 1 deletions

@ -83,7 +83,7 @@ jobs:
-B build-ci \
-G Ninja \
-DDFHACK_BUILD_ARCH=64 \
-DBUILD_TESTS:BOOL=ON \
-DBUILD_TESTING:BOOL=ON \
-DBUILD_DEV_PLUGINS:BOOL=${{ matrix.plugins == 'all' }} \
-DBUILD_SIZECHECK:BOOL=${{ matrix.plugins == 'all' }} \
-DBUILD_SKELETON:BOOL=${{ matrix.plugins == 'all' }} \