mirror of
https://github.com/Fishwaldo/br_sg200x.git
synced 2025-03-15 19:31:43 +00:00
Update buildroot.yml
This commit is contained in:
parent
fd00cd88d0
commit
86be99617e
1 changed files with 1 additions and 3 deletions
4
.github/workflows/buildroot.yml
vendored
4
.github/workflows/buildroot.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue