Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonish committed Nov 15, 2023
1 parent 8852197 commit d84e496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d84e496

Please sign in to comment.