Skip to content

Commit

Permalink
workflows: protobuf troubles
Browse files Browse the repository at this point in the history
  • Loading branch information
julianoes committed Jul 22, 2021
1 parent 0bf9b8f commit e919db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
submodules: recursive
- name: install tools
run: pip3 install protoc-gen-mavsdk && brew install protobuf
run: pip3 install protoc-gen-mavsdk && brew install protobuf || brew link --overwrite protobuf
- name: generate from protos
run: bash Sources/Mavsdk/tools/generate_from_protos.bash
- name: check for diff
Expand Down

0 comments on commit e919db5

Please sign in to comment.