Fix YAML indentation error on line 88
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:
robojerk 2025-09-05 10:33:10 -07:00
parent c52f2c9a69
commit 376165a0a2

View file

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