mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 02:10:21 +08:00
Revert "feat: ci 在 macOS 上使用 clang 18.1.8 (#10254)"
This reverts commit 4b50dc4ae8.
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -308,7 +308,7 @@ jobs:
|
||||
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
brew install ninja llvm@18
|
||||
brew install ninja
|
||||
|
||||
- name: Bootstrap MaaDeps
|
||||
run: |
|
||||
@@ -319,9 +319,7 @@ jobs:
|
||||
|
||||
- name: Configure MaaCore
|
||||
run: |
|
||||
cmake -B build -GNinja -DCMAKE_BUILD_TYPE=Release -DCMAKE_OSX_ARCHITECTURES='${{ matrix.arch }}' -DMAA_VERSION='${{ needs.meta.outputs.tag }}' \
|
||||
-DCMAKE_C_COMPILER=/opt/homebrew/opt/llvm@18/bin/clang \
|
||||
-DCMAKE_CXX_COMPILER=/opt/homebrew/opt/llvm@18/bin/clang++
|
||||
cmake -B build -GNinja -DCMAKE_BUILD_TYPE=Release -DCMAKE_OSX_ARCHITECTURES='${{ matrix.arch }}' -DMAA_VERSION='${{ needs.meta.outputs.tag }}'
|
||||
|
||||
- name: Build MaaCore
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user