You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo "::warning::Could not download libstdc++6 manually. Passing step and skipping remainder of job."
46
+
echo "**Notice:** Could not validate the commit (failed to download libstdc++ manually due to network timeouts). The rest of the job has been skipped." >> "$GITHUB_STEP_SUMMARY"
47
+
echo "SKIP_JOB=true" >> "$GITHUB_ENV"
48
+
exit 0
49
+
fi
50
+
sudo dpkg -i libstdc++6.deb || true
51
+
# Optional: also grab the libgcc_s1 dependency frequently needed by gcc-13
echo "::warning::Could not update libstdc++ from Launchpad (network timeout). Passing step and skipping remainder of job."
51
55
echo "**Notice:** Could not validate the commit (failed to update libstdc++ due to apt network timeouts). The rest of the job has been skipped." >> "$GITHUB_STEP_SUMMARY"
0 commit comments