diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6bf322fc..0e45b329 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -182,7 +182,6 @@ jobs: run: | echo "nameserver 8.8.8.8" | sudo tee /etc/resolv.conf echo CACHE_DATE=$(date +%m) >> ${GITHUB_ENV} - make BOARD=${{matrix.platform}}_${{matrix.release}} br-source - name: Setup ccache if: github.event_name != 'pull_request'