From c30a2831556f269675971b11c5c156ea92599878 Mon Sep 17 00:00:00 2001 From: Jim Edwards Date: Thu, 20 Jun 2024 13:59:57 -0600 Subject: [PATCH] add a PFUNIT for github workflow of cesm_share --- machines/cmake_macros/ubuntu-latest.cmake | 1 + 1 file changed, 1 insertion(+) create mode 100644 machines/cmake_macros/ubuntu-latest.cmake diff --git a/machines/cmake_macros/ubuntu-latest.cmake b/machines/cmake_macros/ubuntu-latest.cmake new file mode 100644 index 00000000..2a5718bb --- /dev/null +++ b/machines/cmake_macros/ubuntu-latest.cmake @@ -0,0 +1 @@ +set(PFUNIT_PATH "$GITHUB_WORKSPACE/pfunit/build") \ No newline at end of file