Browse Source

Speed up msys2-i686

Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.4.0
falkTX 3 years ago
parent
commit
587516f091
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/build.yml

+ 1
- 1
.github/workflows/build.yml View File

@@ -38,7 +38,7 @@ jobs:
- name: make features - name: make features
run: make features run: make features
- name: make - name: make
run: make
run: make -j $(nproc)


msys2-x86_64: msys2-x86_64:
runs-on: windows-latest runs-on: windows-latest


Loading…
Cancel
Save