Browse Source

sped up macos build

tags/v0.6.0
Martin Evans 2 years ago
parent
commit
2c9519bb56
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/compile.yml

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

@@ -147,7 +147,7 @@ jobs:
mkdir build
cd build
cmake .. ${{ matrix.defines }}
cmake --build . --config Release
cmake --build . --config Release -j $(sysctl -n hw.logicalcpu)
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:


Loading…
Cancel
Save