Skip to content

Commit a2f2f6f

Browse files
committed
revert core c/p
1 parent 7f0ca6b commit a2f2f6f

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

tests/common.sh

+5-11
Original file line numberDiff line numberDiff line change
@@ -407,17 +407,11 @@ function install_core()
407407
core_dir=$(dirname "$hardware_core_path")
408408
mkdir -p "$core_dir"
409409

410-
echo $core_dir
411-
#find $core_dir
412-
413-
cp -a "$core_path" "${core_dir}/esp8266"
414-
#if [ "${RUNNER_OS-}" = "Windows" ]; then
415-
# cp -a "$core_path" "${core_dir}/esp8266"
416-
#else
417-
# ln -s "$core_path" "$hardware_core_path"
418-
#fi
419-
420-
#find $core_dir
410+
if [ "${RUNNER_OS-}" = "Windows" ]; then
411+
cp -a "$core_path" "${core_dir}/esp8266"
412+
else
413+
ln -s "$core_path" "$hardware_core_path"
414+
fi
421415
}
422416

423417
function install_arduino()

0 commit comments

Comments
 (0)