This commit is contained in:
parent
8a69daa5c2
commit
81e653e1be
1 changed files with 2 additions and 2 deletions
|
|
@ -80,8 +80,8 @@ jobs:
|
||||||
cd bootupd && \
|
cd bootupd && \
|
||||||
git fetch --all && \
|
git fetch --all && \
|
||||||
git switch origin/sdboot-support -d && \
|
git switch origin/sdboot-support -d && \
|
||||||
/root/.cargo/bin/cargo build --release --bins --features systemd-boot && \
|
/root/.cargo/bin/cargo build --release --bins --features systemd-boot && \
|
||||||
install -Dpm0755 -t /usr/bin ./target/release/bootupd && \
|
install -Dpm0755 -t /usr/bin ./target/release/bootupd && \
|
||||||
ln -s ./bootupd /usr/bin/bootupctl && \
|
ln -s ./bootupd /usr/bin/bootupctl && \
|
||||||
cp /usr/bin/bootupd /workspace/ && \
|
cp /usr/bin/bootupd /workspace/ && \
|
||||||
cp /usr/bin/bootupctl /workspace/
|
cp /usr/bin/bootupctl /workspace/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue