summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2021-07-27 03:32:45 (GMT)
committerGitHub <noreply@github.com>2021-07-27 03:32:45 (GMT)
commita13edfb857793f0f92a4fef3919f215e008df5c5 (patch)
tree2bb875a830e10d037df4cb4ab79ff13478b02d2d /.github/workflows
parentcc602a71dfe3b3af615e78b2ca4f213d98448d9e (diff)
downloadcpython-a13edfb857793f0f92a4fef3919f215e008df5c5.zip
cpython-a13edfb857793f0f92a4fef3919f215e008df5c5.tar.gz
cpython-a13edfb857793f0f92a4fef3919f215e008df5c5.tar.bz2
Add windows build.bat counterpart for 'make regen-all' in error message (GH-26770)
(cherry picked from commit d61b69f02d441ae517109a4428f2a18416c9ff0f) Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com>
Diffstat (limited to '.github/workflows')
-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 a4c5a39..a4efb42 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -93,7 +93,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