From cc05a49f2268279e8265d13c6aa9e55f671db172 Mon Sep 17 00:00:00 2001 From: Valere Date: Mon, 13 May 2024 17:43:06 +0200 Subject: [PATCH] fix target name --- .github/workflows/bindings_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bindings_ci.yml b/.github/workflows/bindings_ci.yml index 09331d2ccf3..7cf537530e0 100644 --- a/.github/workflows/bindings_ci.yml +++ b/.github/workflows/bindings_ci.yml @@ -133,7 +133,7 @@ jobs: rustup target add aarch64-apple-ios rustup target add aarch64-apple-darwin rustup target add x86_64-apple-darwin - rustup target add iaarch64-apple-ios-sim + rustup target add aarch64-apple-ios-sim rustup target add x86_64-apple-ios # Cargo config can screw with caching and is only used for alias config