Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
rerost committed Aug 26, 2024
1 parent 6d98859 commit 809d254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:
- name: Install grpc_tools_ruby_protoc
run: gem install grpc-tools
- name: Check
run: make protoc && git diff --exit-code
run: cd example/multiple_package/ && make protoc && git diff --exit-code

0 comments on commit 809d254

Please sign in to comment.