From 7bc486a6d33c94d47bcf1cf7657141dfb6f6490a Mon Sep 17 00:00:00 2001 From: Kris Thielemans Date: Thu, 18 Aug 2022 14:57:43 +0100 Subject: [PATCH] undo change for GHA --- .github/workflows/build-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index c24740de9..163aea087 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -14,7 +14,7 @@ jobs: matrix: # the agent machine operating systems os: [ubuntu-latest] - DEVEL_BUILD: ["ON"] + DEVEL_BUILD: ["OFF", "ON"] EXTRA_BUILD_FLAGS: ["-DUSE_ITK=ON"] CMAKE_BUILD_TYPE: ["Release"] # let's run all of them, as opposed to aborting when one fails