ruby-changes:56967
From: Hiroshi <ko1@a...>
Date: Mon, 12 Aug 2019 20:36:46 +0900 (JST)
Subject: [ruby-changes:56967] Hiroshi SHIBATA: 188381053c (master): added --disable-install-doc to Windows workflow of GitHub Actions
https://git.ruby-lang.org/ruby.git/commit/?id=188381053c From 188381053cadc06c7c08dd03acb3fdff8de0e472 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA <hsbt@r...> Date: Mon, 12 Aug 2019 19:40:46 +0900 Subject: added --disable-install-doc to Windows workflow of GitHub Actions Closes: https://github.com/ruby/ruby/pull/2346 diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 9428efc..9546da0 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -36,7 +36,7 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/windows.yml#L36 - name: configure run: | call "C:\Program Files (x86)\Microsoft Visual Studio\${{ matrix.vs }}\Enterprise\VC\Auxiliary\Build\vcvars64.bat" - win32/configure.bat --without-ext=+,dbm,gdbm --enable-bundled-libffi --with-opt-dir=C:/vcpkg/installed/x64-windows + win32/configure.bat --disable-install-doc --without-ext=+,dbm,gdbm --enable-bundled-libffi --with-opt-dir=C:/vcpkg/installed/x64-windows - name: nmake run: | call "C:\Program Files (x86)\Microsoft Visual Studio\${{ matrix.vs }}\Enterprise\VC\Auxiliary\Build\vcvars64.bat" -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/