diff --git a/.github/workflows/buildroot.yml b/.github/workflows/buildroot.yml index 114860b..ee3c6af 100644 --- a/.github/workflows/buildroot.yml +++ b/.github/workflows/buildroot.yml @@ -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: