Skip to content

Commit

Permalink
CI: install uboot-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
WeirdTreeThing committed Jan 21, 2024
1 parent 7d8a611 commit 897d2a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install dependencies
run: |
dnf5 update -y
dnf5 install -y git make gcc ccache flex bison elfutils-devel parted vboot-utils golang xz bc tar openssl-devel python3-pip
dnf5 install -y git make gcc ccache flex bison elfutils-devel parted vboot-utils golang xz bc tar openssl-devel python3-pip uboot-tools
pip3 install depthcharge-tools
- uses: actions/checkout@v3
Expand Down

0 comments on commit 897d2a0

Please sign in to comment.