From 69a958581ecd2d32ee9cb1c38bcd3847b8b920bf Mon Sep 17 00:00:00 2001 From: Jim Edwards Date: Fri, 28 Jun 2024 06:27:40 -0600 Subject: [PATCH] fix cmake for github workflow --- machines/cmake_macros/ubuntu-latest.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/cmake_macros/ubuntu-latest.cmake b/machines/cmake_macros/ubuntu-latest.cmake index 2a5718bb..3be39559 100644 --- a/machines/cmake_macros/ubuntu-latest.cmake +++ b/machines/cmake_macros/ubuntu-latest.cmake @@ -1 +1 @@ -set(PFUNIT_PATH "$GITHUB_WORKSPACE/pfunit/build") \ No newline at end of file +set(PFUNIT_PATH "$GITHUB_WORKSPACE/pfunit/build")