From cd6a916b60b6b55657a72d95867fd7717a48dc73 Mon Sep 17 00:00:00 2001 From: ComplexSpaces Date: Sat, 19 Oct 2024 10:52:59 -0500 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 3e09098..394777d 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