summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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