Skip to content

Commit

Permalink
uboot: update vendor uboot
Browse files Browse the repository at this point in the history
Signed-off-by: Han Gao <[email protected]>
  • Loading branch information
RevySR committed Nov 26, 2024
1 parent 4b4b0c9 commit 528f6b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: ruyisdk-debian-riscv/k1-uboot-2022.10
ref: drv-dev
ref: bl-v2.0.y-ext
path: k1-uboot

- name: uboot compile
Expand Down Expand Up @@ -171,7 +171,7 @@ jobs:
# Change hostname
echo debian-k1 | sudo tee $CHROOT_TARGET/etc/hostname
echo "127.0.1.1 debian-k1" | sudo tee -a /etc/hosts
echo "127.0.1.1 debian-k1" | sudo tee -a $CHROOT_TARGET/etc/hosts
# install ssh
sudo chroot "$CHROOT_TARGET" sh -c "apt update && apt install -y ssh"
Expand Down

0 comments on commit 528f6b0

Please sign in to comment.