]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add windows build.bat counterpart for 'make regen-all' in error message (GH-26770)
authorKen Jin <28750310+Fidget-Spinner@users.noreply.github.com>
Tue, 27 Jul 2021 03:09:30 +0000 (11:09 +0800)
committerGitHub <noreply@github.com>
Tue, 27 Jul 2021 03:09:30 +0000 (23:09 -0400)
.github/workflows/build.yml

index 1140c86dfa665dc6e6f8b19a4cb0f8324eb4b935..3d79999b229ba7840c32af59a9954803084d7184 100644 (file)
@@ -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