fix: macOS CI error

This commit is contained in:
TaurusXin 2024-02-07 23:25:02 +08:00
parent d62af94ab9
commit 8185c430ee
Signed by: taurusxin
GPG Key ID: C334DCA04AC2D2CC
1 changed files with 2 additions and 2 deletions

View File

@ -74,10 +74,10 @@ jobs:
brew install git cmake
- name: Configure build
run: cmake -B build
run: cmake -DCMAKE_BUILD_TYPE=Release -B build
- name: Build
run: cmake -DCMAKE_BUILD_TYPE=Release --build build -j 4
run: cmake --build build -j 4
- name: Upload artifact
uses: actions/upload-artifact@v4