Skip to content

Commit 16f8894

Browse files
committed
fix esp-idf build
1 parent 3bd3b1d commit 16f8894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/IDFBuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
idf_board=${idf_fqbn%%@*}
107107
project_dir="${{ needs.set_matrix.outputs.project_dir }}"
108108
mkdir $project_dir/components
109-
cp -R ../ESP32-PsRamFS $project_dir/components/
109+
ln -s ../ESP32-PsRamFS $project_dir/components/ESP32-PsRamFS
110110
cd $project_dir
111111
ls components/ESP32-PsRamFS/ -la
112112
idf.py set-target $idf_board

0 commit comments

Comments
 (0)