Skip to content

Commit

Permalink
ci: Add Rust Toolchain Install
Browse files Browse the repository at this point in the history
Signed-off-by: Qian Qian "Cubik"‎ <[email protected]>
  • Loading branch information
Cubik65536 committed Jul 27, 2024
1 parent 9889d5c commit 440c97f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@ env:
CARGO_TERM_COLOR: always

jobs:
build:
build-and-publish:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Install Rust Toolchain
run: rustup target add x86_64-apple-darwin aarch64-apple-darwin aarch64-apple-ios x86_64-apple-ios aarch64-apple-ios-sim
- name: Install cargo-swift
run: cargo install cargo-swift
- name: Build
Expand Down

0 comments on commit 440c97f

Please sign in to comment.