diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-06-05 10:18:17 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-10-12 16:21:04 +0900 |
| commit | 1adf93aa5492edcf5e4e4b7b9747bd50229e6f4d (patch) | |
| tree | d8f7ce0f909ab86fe078cb724f25e1bd8973943e /.github/workflows | |
| parent | 26da07db15c3628c6bb473ce4ae4bc98fa3f431b (diff) | |
| download | mruby-1adf93aa5492edcf5e4e4b7b9747bd50229e6f4d.tar.gz mruby-1adf93aa5492edcf5e4e4b7b9747bd50229e6f4d.zip | |
Stop Rake multitasking on Windows-VC for the time being.
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8bfbe0e8a..256394af7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -111,7 +111,7 @@ jobs: shell: cmd run: | call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat" - rake -E "STDOUT.sync=true" -m -j4 test + rake -E "STDOUT.sync=true" test env: MRUBY_TARGET: appveyor # TODO(take-cheeze): Re-enable /O2 |
