[monitoring-plugins] Add setup script before configure
rincewind
git at monitoring-plugins.org
Fri Jan 27 14:20:11 CET 2023
Module: monitoring-plugins
Branch: RincewindsHat-patch-1
Commit: 9fdc82f0543c6e2891c7079f70297f92e8ef4619
Author: RincewindsHat <12514511+RincewindsHat at users.noreply.github.com>
Committer: rincewind <rincewind at lense.vulgrim.de>
Date: Tue Aug 23 18:47:57 2022 +0200
URL: https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=9fdc82f
Add setup script before configure
---
.github/workflows/c-cpp.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml
index a383a52..b6eb2a5 100644
--- a/.github/workflows/c-cpp.yml
+++ b/.github/workflows/c-cpp.yml
@@ -13,6 +13,8 @@ jobs:
steps:
- uses: actions/checkout at v3
+ - name: setup
+ run: ./tools/setup
- name: configure
run: ./configure
- name: make
More information about the Commits
mailing list