diff options
author | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2022-08-23 16:47:57 (GMT) |
---|---|---|
committer | rincewind <rincewind@lense.vulgrim.de> | 2023-01-27 13:18:17 (GMT) |
commit | 9fdc82f0543c6e2891c7079f70297f92e8ef4619 (patch) | |
tree | 951cfdffcbb190065bf7826901d0e5604b8dda31 /.github/workflows/c-cpp.yml | |
parent | 77dbbbb5f678e49eae3dd5759f0c48f007e5db12 (diff) | |
download | monitoring-plugins-9fdc82f0543c6e2891c7079f70297f92e8ef4619.tar.gz |
Add setup script before configure
Diffstat (limited to '.github/workflows/c-cpp.yml')
-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 a383a52..b6eb2a5 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 |