ci: move rust cache to include uniffi bindgen install

This commit is contained in:
Benjamin Kampmann
2022-05-18 11:32:03 +02:00
parent 886809b579
commit 4522b4e8f5
+3 -2
View File
@@ -36,14 +36,15 @@ jobs:
rustup target add aarch64-apple-ios-sim
rustup target add x86_64-apple-ios
- name: Load cache
uses: Swatinem/rust-cache@v1
- name: Install Uniffi
uses: actions-rs/cargo@v1
with:
command: install
args: uniffi_bindgen
- name: Load cache
uses: Swatinem/rust-cache@v1
- name: Generate .xcframework
run: sh bindings/apple/debug_build_xcframework.sh ci