fix: fix add target

This commit is contained in:
Ya-wen, Jeng 2025-01-31 21:02:45 +08:00
parent 19a2da20c9
commit 8c669faf57

View File

@ -48,7 +48,7 @@ jobs:
targets: ${{ matrix.target }}
- name: Install Dependencies
run: |
if [[ "${{ matrix.target }}" == "aarch64-apple-ios" || "${{ matrix.target }}" == "aarch64-apple-ios-sim" ]]; then
if [[ "${{ matrix.target }}" == "aarch64-apple-ios-sim" || "${{ matrix.target }}" == "x86_64-apple-ios" ]]; then
rustup target add ${{ matrix.target }}
sudo apt update && sudo apt install -y libclang-dev
fi