Skip to content

Commit 5733538

Browse files
chore: specify mypyc group_name (#184)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent dcf402c commit 5733538

File tree

6 files changed

+80
-82
lines changed

6 files changed

+80
-82
lines changed

.github/workflows/compile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
# This makes it much easier to diffcheck changes in the C files
4040
run: |
4141
# Insert DIFFCHECK_PLACEHOLDER macro at the top if not present
42-
for f in build/**/*.c; do
42+
for f in **/*.c; do
4343
if ! grep -q 'DIFFCHECK_PLACEHOLDER' "$f"; then
4444
sed -i '1i#ifndef DIFFCHECK_PLACEHOLDER\n#define DIFFCHECK_PLACEHOLDER 0\n#endif' "$f"
4545
fi

0 commit comments

Comments
 (0)