diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index 4c700d9..92a3b02 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -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