diff --git a/.github/workflows/buildroot-dl-cache.yaml b/.github/workflows/buildroot-dl-cache.yaml index e86988574..b3e304691 100644 --- a/.github/workflows/buildroot-dl-cache.yaml +++ b/.github/workflows/buildroot-dl-cache.yaml @@ -84,7 +84,7 @@ jobs: - name: Install build dependencies run: | - apt-get install -y --no-install-recommends --no-install-suggests build-essential bc ccache cmake cpio curl ca-certificates file git make gawk procps rsync unzip wget + apt-get install -y --no-install-recommends --no-install-suggests build-essential bc ccache cmake cpio curl ca-certificates file git make gawk procps rsync u-boot-tools unzip wget - name: Set timezone run: |