From f09a9c1c2afc69d0ec701d28a94ae52b5f7d5f4a Mon Sep 17 00:00:00 2001 From: Trung Nguyen Date: Thu, 24 Oct 2024 10:26:18 -0500 Subject: [PATCH] fix typo in cmake command --- .github/workflows/kokkos-regression.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/kokkos-regression.yaml b/.github/workflows/kokkos-regression.yaml index e38c0eb742..0756b080b0 100644 --- a/.github/workflows/kokkos-regression.yaml +++ b/.github/workflows/kokkos-regression.yaml @@ -56,7 +56,7 @@ jobs: cmake -S cmake -B build \ -C cmake/presets/gcc.cmake \ -C cmake/presets/basic.cmake \ - -D cmake/presets/kokkos-openmp.cmake \ + -C cmake/presets/kokkos-openmp.cmake \ -D CMAKE_CXX_COMPILER_LAUNCHER=ccache \ -D CMAKE_C_COMPILER_LAUNCHER=ccache \ -D BUILD_SHARED_LIBS=off \