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 9145143 commit 08f7223
Showing 1 changed file with 4 additions and 1 deletion.
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: amp-apiserver,amp-controllers,amp-crdgen,amp-syncer
Expand Down

0 comments on commit 08f7223

Please sign in to comment.