From d9c880404578f891ec5de5e13346e46e1a6ea94b Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Tue, 16 Jun 2020 12:29:02 +0900 Subject: Update without touch-unicode-files --- .github/workflows/mjit.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to '.github/workflows/mjit.yml') diff --git a/.github/workflows/mjit.yml b/.github/workflows/mjit.yml index d575615937..05d944b766 100644 --- a/.github/workflows/mjit.yml +++ b/.github/workflows/mjit.yml @@ -41,10 +41,7 @@ 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 + - run: make $JOBS incs working-directory: build - run: make $JOBS working-directory: build -- cgit v1.2.3