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 && \
|
||||
git fetch --all && \
|
||||
git switch origin/sdboot-support -d && \
|
||||
/root/.cargo/bin/cargo build --release --bins --features systemd-boot && \
|
||||
install -Dpm0755 -t /usr/bin ./target/release/bootupd && \
|
||||
/root/.cargo/bin/cargo build --release --bins --features systemd-boot && \
|
||||
install -Dpm0755 -t /usr/bin ./target/release/bootupd && \
|
||||
ln -s ./bootupd /usr/bin/bootupctl && \
|
||||
cp /usr/bin/bootupd /workspace/ && \
|
||||
cp /usr/bin/bootupctl /workspace/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue