Skip to content
This repository was archived by the owner on Dec 22, 2023. It is now read-only.

Commit 51c0e13

Browse files
author
Pavel Perestoronin
committed
👷 Deployment preparations
1 parent 9ea9acf commit 51c0e13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/publish.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ jobs:
4747

4848
- name: ✨ Install Cross
4949
run: |
50-
wget --quiet https://github.com/rust-embedded/cross/releases/download/v0.2.5/cross-v0.2.5-x86_64-unknown-linux-gnu.tar.gz
51-
tar -xvzf cross-v0.2.5-x86_64-unknown-linux-gnu.tar.gz
50+
wget --quiet https://github.com/cross-rs/cross/releases/download/v0.2.5/cross-x86_64-unknown-linux-gnu.tar.gz
51+
tar -xvzf cross-x86_64-unknown-linux-gnu.tar.gz
5252
5353
- name: 👷 Build
5454
run: ./cross build --target=aarch64-unknown-linux-gnu --release

0 commit comments

Comments
 (0)