Skip to content

Commit 54fab40

Browse files
committed
fix verify workflow
Signed-off-by: Sebastian Hoß <[email protected]>
1 parent d5b11ec commit 54fab40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Cache Dependencies
2222
uses: Swatinem/rust-cache@v2
2323
- name: Check Code Generator
24-
run: cargo check --package code-generator
24+
run: cd code-generator && cargo check
2525
- name: Try-run Cargo Version Update
2626
run: sed -i -e '0,/edition/s/^version = .*/version = "1.2.3"/' custom-resources/about_k8s_io/Cargo.toml
2727
- name: Print modified Cargo.toml

0 commit comments

Comments
 (0)