fix lint error
Some checks failed
Build bootupd with systemd-boot / build (push) Failing after 2s

This commit is contained in:
robojerk 2025-09-05 09:27:26 -07:00
parent 8a69daa5c2
commit 81e653e1be

View file

@ -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/