summaryrefslogtreecommitdiff
path: root/.github/workflows/ubuntu.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ubuntu.yml')
-rw-r--r--.github/workflows/ubuntu.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index ef134d72f7..0d81666e13 100644
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.yml
@@ -55,10 +55,7 @@ jobs:
- name: Run configure
run: ../src/configure -C --disable-install-doc cppflags=${{ matrix.debug }}
working-directory: build
- - name: Update include files
- run: |
- make $JOBS touch-unicode-files
- make $JOBS -o update-src up
+ - run: make $JOBS incs
working-directory: build
- run: make $JOBS
working-directory: build