[monitoring-plugins] Add setup script before configure

RincewindsHat git at monitoring-plugins.org
Tue Aug 23 18:50:11 CEST 2022


 Module: monitoring-plugins
 Branch: RincewindsHat-patch-1
 Commit: 578cc10517142ed1f8b782580d1608fdab58a04d
 Author: RincewindsHat <12514511+RincewindsHat at users.noreply.github.com>
   Date: Tue Aug 23 18:47:57 2022 +0200
    URL: https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=578cc10

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