Skip to content

Commit

Permalink
ci: Fix path to rust examples
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Neuroth <[email protected]>
  • Loading branch information
nepet authored and cdecker committed Oct 21, 2024
1 parent 4fe8836 commit d1d42a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
mv /tmp/protoc/bin/protoc /usr/local/bin && \
chmod a+x /usr/local/bin/protoc && \
rm -rf /tmp/protoc
- run: cargo build --manifest-path ./examples/rust/getting-started/Cargo.toml
- run: cargo build --manifest-path ./examples/rust/Cargo.toml

build-and-deploy:
needs: test-examples
Expand Down

0 comments on commit d1d42a6

Please sign in to comment.