Update without touch-unicode-files

上级 466d3e68
......@@ -164,10 +164,7 @@ jobs:
${default_configure} \
${append_configure} \
--with-gcc="${default_cc} ${append_cc}"
- name: Update include files
run: |
$make touch-unicode-files
$make $UPDATE_UNICODE -o update-src incs
- run: $make incs
working-directory: build
- run: $make
working-directory: build
......
......@@ -38,10 +38,7 @@ jobs:
- name: Run configure
run: ../src/configure -C --disable-install-doc --with-openssl-dir=$(brew --prefix openssl@1.1) --with-readline-dir=$(brew --prefix readline)
working-directory: build
- name: Update
run: |
make touch-unicode-files
make -o update-src up
- run: make $JOBS incs
working-directory: build
- run: make $JOBS
working-directory: build
......
......@@ -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
......
......@@ -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
......
......@@ -55,7 +55,6 @@ jobs:
call "C:\Program Files (x86)\Microsoft Visual Studio\${{ matrix.vs }}\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
set YACC=win_bison
echo on
nmake touch-unicode-files
nmake incs
nmake extract-extlibs
nmake
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册