From 01b7610f4260dbcc7af6199784c09f9800789a7e Mon Sep 17 00:00:00 2001 From: Willem Deconinck Date: Fri, 14 Feb 2025 14:15:58 +0100 Subject: [PATCH] fix newline --- .github/workflows/build.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 759a1b9b3..47c7e55f0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -121,9 +121,7 @@ jobs: compiler_fc: nvfortran caching: true coverage: false - cmake_options: | - -DSKIP_TEST_atlas_test_omp_sort=TRUE - -DENABLE_WARNING_AS_ERROR=ON + cmake_options: -DSKIP_TEST_atlas_test_omp_sort=TRUE -DENABLE_WARNING_AS_ERROR=ON - name: macos # Xcode compiler requires empty environment variables, so we pass null (~) here