Fix YAML indentation error on line 88
Some checks failed
Build bootupd with systemd-boot / build (push) Failing after 11s
Some checks failed
Build bootupd with systemd-boot / build (push) Failing after 11s
- Add proper indentation to git clone command - Fixes YAML syntax error: could not find expected - All commands in multi-line shell script now properly indented - Resolves workflow configuration validation error
This commit is contained in:
parent
c52f2c9a69
commit
376165a0a2
1 changed files with 6 additions and 6 deletions
|
|
@ -85,12 +85,12 @@ jobs:
|
||||||
apt update -y
|
apt update -y
|
||||||
|
|
||||||
# Clone and build bootupd
|
# Clone and build bootupd
|
||||||
git clone https://github.com/p5/coreos-bootupd.git bootupd && \
|
git clone https://github.com/p5/coreos-bootupd.git bootupd && \
|
||||||
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