diff options
-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 |