Skip to content

Commit

Permalink
Fix: Attempt to fix rust dependencies. Windows already works
Browse files Browse the repository at this point in the history
  • Loading branch information
henriqueaklein committed Jan 23, 2024
1 parent 7819441 commit 12216e9
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/Android-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ jobs:
rm ndk.zip
- name: Install Rust dependencies
run: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
rustup update
rustup toolchain install stable
rustup default stable
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/Linux-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:

- name: Install Rust dependencies
run: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
rustup update
rustup toolchain install stable
rustup default stable
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/OSX-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ jobs:
rustup default stable
rustup target add x86_64-apple-darwin
rustup target add aarch64-apple-darwin
rustup component add rust-src --toolchain nightly-x86_64-apple-darwin
rustup target add wasm32-unknown-emscripten
cargo install cbindgen cargo-lipo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/iOS-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
rustup toolchain install stable
rustup default stable
rustup toolchain install stable-x86_64-apple-darwin
rustup target add x86_64-apple-ios aarch64-apple-ios-sim aarch64-apple-ios
rustup target add x86_64-apple-ios aarch64-apple-ios-sim aarch64-apple-ios aarch64-apple-darwin x86_64-apple-darwin
cargo install cbindgen cargo-lipo
- name: Create Build Directory
Expand Down

0 comments on commit 12216e9

Please sign in to comment.