Update workflow

This commit is contained in:
Justin Hammond 2024-03-07 19:04:48 +08:00
parent cc57c8775d
commit 97ca663089

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
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
- name: Checkout Buildroot sources
uses: actions/checkout@v3
with: