Skip to content

Commit

Permalink
update cross URL
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Jan 26, 2022
1 parent 9510204 commit 10f5b73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/cross-tests/action.yml
Expand Up @@ -22,7 +22,7 @@ runs:
override: true
- name: Install precompiled cross
run: |
export URL=$(curl -s https://api.github.com/repos/rust-embedded/cross/releases/latest | \
export URL=$(curl -s https://api.github.com/repos/cross-rs/cross/releases/latest | \
jq -r '.assets[] | select(.name | contains("x86_64-unknown-linux-gnu.tar.gz")) | .browser_download_url')
wget -O /tmp/binaries.tar.gz $URL
tar -C /tmp -xzf /tmp/binaries.tar.gz
Expand Down

0 comments on commit 10f5b73

Please sign in to comment.