diff options
author | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2022-08-23 18:47:57 +0200 |
---|---|---|
committer | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2022-08-23 18:47:57 +0200 |
commit | 578cc10517142ed1f8b782580d1608fdab58a04d (patch) | |
tree | 314ee583bacc98d65c43244cab0fb56f2e9dc0c3 | |
parent | 7dba87b95bfd2dd0ec0089ddc78e2f1afb2ea258 (diff) | |
download | monitoring-plugins-578cc10.tar.gz |
Add setup script before configure
-rw-r--r-- | .github/workflows/c-cpp.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index a383a524..b6eb2a50 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml | |||
@@ -13,6 +13,8 @@ jobs: | |||
13 | 13 | ||
14 | steps: | 14 | steps: |
15 | - uses: actions/checkout@v3 | 15 | - uses: actions/checkout@v3 |
16 | - name: setup | ||
17 | run: ./tools/setup | ||
16 | - name: configure | 18 | - name: configure |
17 | run: ./configure | 19 | run: ./configure |
18 | - name: make | 20 | - name: make |