8000 Rework CI workflows by mcspr · Pull Request #8688 · esp8266/Arduino · GitHub
[go: up one dir, main page]

Skip to content

Rework CI workflows #8688

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 18 commits into from
Oct 31, 2022
Prev Previous commit
Next Next commit
typo
  • Loading branch information
mcspr committed Oct 15, 2022
commit 1ab77d8b11da20c19bde76375ca73fcbfb760cdf
2 changes: 1 addition & 1 deletion tests/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ function install_core()

local core_dir
core_dir=$(dirname "$hardware_core_path")
mkdir -p $(dirname "$core_dir")
mkdir -p "$core_dir"

if [ "${RUNNER_OS-}" = "Windows" ]; then
cp -a "$core_path" "${core_dir}/esp8266"
Expand Down
0