Skip to content

Commit

Permalink
chore: replace cross with taiki-e/setup-cross-toolchain-action
Browse files Browse the repository at this point in the history
  • Loading branch information
wangeguo committed Dec 28, 2023
1 parent 7b3ab12 commit 4e597d2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,10 @@ jobs:
# platform: windows-arm64
steps:
- uses: actions/checkout@v4
- uses: taiki-e/install-action@cross
- name: Install cross-compilation tools
uses: taiki-e/setup-cross-toolchain-action@v1
with:
target: ${{ matrix.target }}
- uses: taiki-e/upload-rust-binary-action@v1
with:
bin: playground-api
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "playground-api"
version = "0.1.2"
version = "0.1.3"
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/amphitheatre-app/playground-api"
Expand Down

0 comments on commit 4e597d2

Please sign in to comment.