summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLorenz Kästle <lorenz.kaestle@netways.de>2023-03-09 10:19:36 (GMT)
committerLorenz Kästle <lorenz.kaestle@netways.de>2023-03-09 10:19:36 (GMT)
commitf1428e4b26d4b29339d7a3855c566a1b0adee326 (patch)
treed179cb384561ff24e5bdd7e151d0286a2deaaad1
parentd0edb72a0c9bc1a28197ab4566928f7ee63a6d43 (diff)
downloadmonitoring-plugins-f1428e4.tar.gz
Install gettext
-rw-r--r--.github/workflows/c-cpp.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml
index b6eb2a5..309d674 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: Install gettext
17 run: apt-get install gettext
16 - name: setup 18 - name: setup
17 run: ./tools/setup 19 run: ./tools/setup
18 - name: configure 20 - name: configure