diff options
| author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2020-06-16 11:44:31 +0900 |
|---|---|---|
| committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2020-06-16 12:15:55 +0900 |
| commit | 466d3e68da5df4f76d87332ff6786a391cc8bde4 (patch) | |
| tree | 89bd45963fa2745cdc7278c263cc367a429c82eb /.github/workflows/windows.yml | |
| parent | b52862d35f21710d473921b625f2104be01db900 (diff) | |
Just update sources in CI without fetching
Also install external libraries only, extract-gems does not work
unless base ruby is available.
Diffstat (limited to '.github/workflows/windows.yml')
| -rw-r--r-- | .github/workflows/windows.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index a3822c357f..9e9b512754 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -55,8 +55,9 @@ jobs: call "C:\Program Files (x86)\Microsoft Visual Studio\${{ matrix.vs }}\Enterprise\VC\Auxiliary\Build\vcvars64.bat" set YACC=win_bison echo on - nmake up - nmake extract-gems + nmake touch-unicode-files + nmake incs + nmake extract-extlibs nmake working-directory: build shell: cmd |
