summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorKen Jin <28750310+Fidget-Spinner@users.noreply.github.com>2021-07-27 03:09:30 (GMT)
committerGitHub <noreply@github.com>2021-07-27 03:09:30 (GMT)
commitd61b69f02d441ae517109a4428f2a18416c9ff0f (patch)
tree80ef8940e221c8c47e058bd8c219c90f14299e70 /.github
parent6fa4060b86a116dc4fb69356795faf6ff1cdde58 (diff)
downloadcpython-d61b69f02d441ae517109a4428f2a18416c9ff0f.zip
cpython-d61b69f02d441ae517109a4428f2a18416c9ff0f.tar.gz
cpython-d61b69f02d441ae517109a4428f2a18416c9ff0f.tar.bz2
Add windows build.bat counterpart for 'make regen-all' in error message (GH-26770)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 1140c86..3d79999 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -75,7 +75,7 @@ jobs:
# Check for changes in regenerated files
if ! test -z "$changes"
then
- echo "Generated files not up to date. Perhaps you forgot to run make regen-all ;)"
+ echo "Generated files not up to date. Perhaps you forgot to run make regen-all or build.bat --regen ;)"
echo "$changes"
exit 1
fi