Skip to content

Commit

Permalink
Only make config once
Browse files Browse the repository at this point in the history
  • Loading branch information
reachfh committed Aug 25, 2023
1 parent 156e533 commit c808cc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ jobs:
# if [ "x$BUILDROOT_CUSTOM_CONFIG" == 'x' ]; then cp -f ${{ github.workspace }}/configs/${{env.BUILDROOT_CUSTOM_CONFIG}} configs/; fi
make $BUILDROOT_DEFCONFIG
# make $BUILDROOT_DEFCONFIG
make BR2_EXTERNAL="${{ github.workspace }}/buildroot" $BUILDROOT_DEFCONFIG
# make O=/tmp/build BR2_EXTERNAL="${{ github.workspace }}/buildroot" $BUILDROOT_DEFCONFIG
# make O=/opt/buildroot_output BR2_EXTERNAL="${{ github.workspace }}/buildroot" $BUILDROOT_DEFCONFIG
make
# - name: Copy firmware
Expand Down

0 comments on commit c808cc4

Please sign in to comment.