Skip to content

Commit 1414bb6

Browse files
committed
fix: codegen workflow
1 parent 5861d61 commit 1414bb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codegen-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
# fetch submodule tags since actions/checkout does not
2626
git submodule foreach 'git fetch --unshallow || true'
2727
# Run all code generation steps
28-
pixi run make codegen
28+
pixi run codegen
2929
3030
- name: Check for uncommitted changes
3131
run: |

0 commit comments

Comments
 (0)