mirror of
https://github.com/chmln/sd
synced 2025-02-16 15:58:23 +00:00
update patch url
This commit is contained in:
parent
ae77cce863
commit
bc79c9b5ed
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ jobs:
|
|||
D=$(mktemp -d)
|
||||
git clone https://github.com/rust-embedded/cross.git "$D"
|
||||
cd "$D"
|
||||
curl -O -L "https://patch-diff.githubusercontent.com/raw/rust-embedded/cross/pull/169.patch"
|
||||
curl -O -L "https://gist.githubusercontent.com/nickbabcock/c7bdc8e5974ed9956abf46ffd7dc13ff/raw/e211bc17ea88e505003ad763fac7060b4ac1d8d0/patch"
|
||||
git apply patch
|
||||
cargo install --path .
|
||||
rm -rf "$D"
|
||||
|
|
Loading…
Add table
Reference in a new issue