Update buildroot.yml

This commit is contained in:
Justin Hammond 2024-03-07 19:05:52 +08:00 committed by GitHub
parent 97ca663089
commit 647716eaeb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,7 +23,7 @@ jobs:
steps:
- name: install dependencies
run: |
sudo apt-get install -y make gcc g++ unzip git bc python3 device-tree-compiler mtd-utils xz-utils file which sed binutils build-essential rsync findutils perl tar cpio
sudo apt-get install -y make gcc g++ unzip git bc python3 device-tree-compiler mtd-utils xz-utils file sed binutils build-essential rsync findutils perl tar cpio
- name: Checkout Buildroot sources
uses: actions/checkout@v3
with: