Merge remote-tracking branch 'origin/main'

This commit is contained in:
linyuchen 2024-04-28 09:18:26 +08:00
commit 3b25c4987c

View File

@ -13,7 +13,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
target_platform: [linux,darwin] target_platform: [linux]
target_arch: [x64, arm64] target_arch: [x64, arm64]
steps: steps:
- name: Clone Main Repository - name: Clone Main Repository