diff options
author | Lorenz Kästle <lorenz.kaestle@netways.de> | 2023-03-09 10:21:02 (GMT) |
---|---|---|
committer | Lorenz Kästle <lorenz.kaestle@netways.de> | 2023-03-09 10:21:02 (GMT) |
commit | 79d7e6a2df85e27641826fcc49c547cbc7dc0a77 (patch) | |
tree | e242d02be489f269d008c922a3e198fbe699d3d4 /.github | |
parent | f1428e4b26d4b29339d7a3855c566a1b0adee326 (diff) | |
download | monitoring-plugins-79d7e6a2df85e27641826fcc49c547cbc7dc0a77.tar.gz |
Use sudo for installation
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/c-cpp.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 309d674..32383ee 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml | |||
@@ -14,7 +14,7 @@ jobs: | |||
14 | steps: | 14 | steps: |
15 | - uses: actions/checkout@v3 | 15 | - uses: actions/checkout@v3 |
16 | - name: Install gettext | 16 | - name: Install gettext |
17 | run: apt-get install gettext | 17 | run: sudo apt-get install gettext |
18 | - name: setup | 18 | - name: setup |
19 | run: ./tools/setup | 19 | run: ./tools/setup |
20 | - name: configure | 20 | - name: configure |