Fix up workflow

This commit is contained in:
Justin Hammond 2024-03-07 19:00:55 +08:00
parent dc6b894ddb
commit cc57c8775d

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
sudo apt-get install -y make gcc g++ unzip git bc python3 device-tree-compiler mtd-utils xz-utils file
- name: Checkout Buildroot sources
uses: actions/checkout@v3
with: