From 3e2d0f2ec2a762fd3794d60847ded42ab5ba5b21 Mon Sep 17 00:00:00 2001 From: Josh Cooper Date: Fri, 11 Nov 2022 16:41:06 -0800 Subject: [PATCH] Updates GithubActions yml file to use new BUILD_TESTING variable --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 83f3490da..d9af9a20e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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' }} \