8000 Fix the command. · python/cpython@9ed998a · GitHub
[go: up one dir, main page]

Skip to content

Commit 9ed998a

Browse files
Fix the command.
1 parent 68db07f commit 9ed998a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
run: make check-limited-abi
114114
- name: Check for Unsupported C Global Variables
115115
if: github.event_name == 'pull_request' # $GITHUB_EVENT_NAME
116-
run: python3 Tools/c-analyzer/check.py --format summary
116+
run: python3 Tools/c-analyzer/check-c-globals.py --format summary
117117

118118
build_win32:
119119
name: 'Windows (x86)'

0 commit comments

Comments
 (0)
0