From 854269ee974306b185a777045fd5485f6cb98ac0 Mon Sep 17 00:00:00 2001 From: ComplexSpaces Date: Thu, 17 Oct 2024 16:15:02 -0700 Subject: [PATCH] CI rust version testing --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2703b5e..7a757b1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -201,6 +201,7 @@ jobs: - uses: actions/checkout@v4 - name: Run iOS tests run: | + rustc --version -v rustup target add aarch64-apple-ios-macabi cargo test --target aarch64-apple-ios-macabi