Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
pguyot committed May 7, 2024
1 parent 05ffac1 commit 6a7bc90
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ jobs:
shell: bash
working-directory: AtomVM/src/platforms/esp32/
run: |
cp sdkconfig.release-defaults sdkconfig.defaults
# cp sdkconfig.release-defaults sdkconfig.defaults
find components/
rm -rf build
. $IDF_PATH/export.sh
idf.py set-target ${{ matrix.soc }}
Expand Down

0 comments on commit 6a7bc90

Please sign in to comment.