Skip to content

Commit 8de79ea

Browse files
committed
fix preset name
1 parent 52b3306 commit 8de79ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/core-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757

5858
- name: Build mbgl-core for macOS
5959
run: |
60-
cmake --preset macos-core -DCMAKE_CXX_COMPILER_LAUNCHER=""
60+
cmake --preset macos -DCMAKE_CXX_COMPILER_LAUNCHER=""
6161
cmake --build build-macos --target mbgl-core
6262
6363
- name: Rename artifact

0 commit comments

Comments
 (0)