File tree Expand file tree Collapse file tree 2 files changed +15
-13
lines changed
Expand file tree Collapse file tree 2 files changed +15
-13
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,8 @@ jobs:
105105 idf_fqbn="${{ matrix.esp-idf-fqbn }}"
106106 idf_board=${idf_fqbn%%@*}
107107 cd ${{ needs.set_matrix.outputs.project_dir }}
108+ mkdir components
109+ ln -s $GITHUB_WORKSPACE/ESP32-PsRamFS components/ESP32-PsRamFS
108110 idf.py set-target $idf_board
109111 idf.py build
110112
Original file line number Diff line number Diff line change 11
22
3- - arduino build
4- - sdk-version : latest
5- - arduino-board-fqbn
6- - required-libraries
7- - sketch-path
8- - platformio build
9- - pioarduino-version :
10- - env-name
11- - project-path
12- - esp-idf build
13- - idf-version
14- - target-chip
15- - project-path
3+ # - arduino build
4+ # - sdk-version: latest
5+ # - arduino-board-fqbn
6+ # - required-libraries
7+ # - sketch-path
8+ # - platformio build
9+ # - pioarduino-version:
10+ # - env-name
11+ # - project-path
12+ # - esp-idf build
13+ # - idf-version
14+ # - target-chip
15+ # - project-path
You can’t perform that action at this time.
0 commit comments