From 60826726e1bf5f07883e9f75dd5d4bebb4175350 Mon Sep 17 00:00:00 2001 From: Bill-Gray Date: Sun, 10 Dec 2023 20:35:07 -0500 Subject: [PATCH] GitHub Actions builds now build more of the code that depends upon the 'lunar' library --- .github/workflows/github_actions_build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/github_actions_build.yml b/.github/workflows/github_actions_build.yml index 928a76c..022ee44 100644 --- a/.github/workflows/github_actions_build.yml +++ b/.github/workflows/github_actions_build.yml @@ -16,6 +16,7 @@ jobs: make install cd .. make + make cgiradar jpl2ast jpl2sof radar getradar buildOSX: runs-on: macOS-latest @@ -31,4 +32,5 @@ jobs: cd .. echo > clock1 make CLANG=Y + make CLANG=Y cgiradar jpl2ast jpl2sof radar getradar