summaryrefslogtreecommitdiff
path: root/.github/workflows/mjit.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/mjit.yml')
-rw-r--r--.github/workflows/mjit.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/mjit.yml b/.github/workflows/mjit.yml
index c804683ad0..d575615937 100644
--- a/.github/workflows/mjit.yml
+++ b/.github/workflows/mjit.yml
@@ -41,6 +41,11 @@ jobs:
- name: Run configure
run: ../src/configure -C --disable-install-doc
working-directory: build
+ - name: Update include files
+ run: |
+ make touch-unicode-files
+ make $JOBS -o update-src incs
+ working-directory: build
- run: make $JOBS
working-directory: build
- run: sudo make $JOBS -s install