mirror of
https://github.com/RubyMetric/chsrc
synced 2025-07-24 01:09:34 +08:00
Fix macOS compiler on GitHub Actions
This commit is contained in:
parent
1b8323816c
commit
2ea11f3e83
16
.github/workflows/build-on-macOS.yml
vendored
16
.github/workflows/build-on-macOS.yml
vendored
@ -22,13 +22,13 @@ jobs:
|
||||
- name: 检出代码
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: 检查 Clang 版本
|
||||
- name: 检查编译器版本
|
||||
run: |
|
||||
clang --version
|
||||
|
||||
- name: 检查 GCC 版本
|
||||
run: |
|
||||
echo
|
||||
gcc --version
|
||||
echo
|
||||
gcc-14 --version
|
||||
|
||||
- name: 为 arm64 (AArch64) 构建
|
||||
run: |
|
||||
@ -55,13 +55,13 @@ jobs:
|
||||
- name: 检出代码
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: 检查 Clang 版本
|
||||
- name: 检查编译器版本
|
||||
run: |
|
||||
clang --version
|
||||
|
||||
- name: 检查 GCC 版本
|
||||
run: |
|
||||
echo
|
||||
gcc --version
|
||||
echo
|
||||
gcc-14 --version
|
||||
|
||||
- name: 为 x64 构建
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user