fix: macOS CI error
This commit is contained in:
parent
d62af94ab9
commit
8185c430ee
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue