Update buildroot.yml

This commit is contained in:
Justin Hammond 2024-03-08 19:38:22 +08:00 committed by GitHub
parent fd00cd88d0
commit 86be99617e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,8 +24,6 @@ jobs:
- name: install dependencies
run: |
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
set
echo $HOME
- name: Checkout Buildroot sources
uses: actions/checkout@v3
with:
@ -42,7 +40,7 @@ jobs:
env:
cache-name: br-ccache
with:
path: /home/runner/.buildroot-ccache
path: $HOME/.buildroot-ccache
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ matrix.target }}
- name: buildroot download cache
uses: actions/cache@v3