Skip to content

Commit

Permalink
ESP32.yml aktualisieren
Browse files Browse the repository at this point in the history
  • Loading branch information
cnadler86 authored Sep 29, 2024
1 parent c10d3f9 commit b187a06
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ESP32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,7 @@ jobs:
# Check if a variant is defined and adjust the make command
if [ "${{ env.BOARD_VARIANT }}" != "none" ]; then
make BOARD=${{ env.BOARD_NAME }} VARIANT=${{ env.BOARD_VARIANT }} defconfig
make BOARD=${{ env.BOARD_NAME }} VARIANT=${{ env.BOARD_VARIANT }} -j$(nproc)
make USER_C_MODULES=${{ github.workspace }}/src/micropython.cmake BOARD=${{ env.BOARD_NAME }} VARIANT=${{ env.BOARD_VARIANT }} all
else
make BOARD=${{ env.BOARD_NAME }} defconfig
make BOARD=${{ env.BOARD_NAME }} -j$(nproc)
make USER_C_MODULES=${{ github.workspace }}/src/micropython.cmake BOARD=${{ env.BOARD_NAME }} all
fi

0 comments on commit b187a06

Please sign in to comment.