From d84e49604c396b132c62c3d6b4c2ce052079d24e Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Wed, 15 Nov 2023 15:31:04 -0600 Subject: [PATCH] fixup --- .github/workflows/builds.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 8ecc413c2c8d..5940d6f36136 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -295,7 +295,7 @@ jobs: run: test -e examples/plugins/c-json-filetype/.libs/json-filetype.so.0.0.0 - name: Test plugin build with Makefile.example working-directory: examples/plugins/c-json-filetype - run: make -f Makefile.example + run: PATH=/usr/local/bin:$PATH make -f Makefile.example almalinux-9-templates: name: AlmaLinux 9 Test Templates