fix: macOS CI error

This commit is contained in:
2024-02-07 23:25:02 +08:00
parent d62af94ab9
commit 8185c430ee

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