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, 5 insertions, 0 deletions
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index 9f588f0fec..ef134d72f7 100644
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.yml
@@ -55,6 +55,11 @@ 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
+ working-directory: build
- run: make $JOBS
working-directory: build
- run: make prepare-gems