From 8eb8273141e01f0acd202f714bc3b71eb2b4e4c9 Mon Sep 17 00:00:00 2001 From: akuker <34318535+akuker@users.noreply.github.com> Date: Thu, 6 Aug 2020 15:52:38 -0500 Subject: [PATCH] Update c-cpp.yml --- .github/workflows/c-cpp.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 8d37e285..b2622589 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -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