Update c-cpp.yml

This commit is contained in:
akuker 2020-08-06 15:52:38 -05:00 committed by GitHub
parent ebe7678c55
commit 8eb8273141
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 3 deletions

View File

@ -26,10 +26,14 @@ jobs:
buildroot-image:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
repository: 'git://git.busybox.net/buildroot'
- name: git-fetch buildroot
run: git clone git://git.busybox.net/buildroot
# - uses: actions/checkout@v2
# with:
# repository: 'git://git.busybox.net/buildroot'
- name: make defconfig
run: make raspberrypi4_defconfig
working-directory: ./buildroot
- name: make
run: make all
working-directory: ./buildroot