Skip to content

Commit

Permalink
install proto before rust tool chain installation because it complain…
Browse files Browse the repository at this point in the history
…s for that
  • Loading branch information
dmoka committed Jul 25, 2023
1 parent 1482673 commit 7c29c03
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
- run: git describe --tags --abbrev=0 --always
- name: Setup cmake
uses: jwlawson/[email protected]
- name: Install misc dependencies
run: sudo rm /var/lib/dpkg/lock-frontend && sudo rm /var/lib/dpkg/lock && sudo apt-get install -y protobuf-compiler m4
- name: Install Rust
uses: codota/toolchain@00a8bf2bdcfe93aefd70422d3dec07337959d3a4
with:
Expand Down

0 comments on commit 7c29c03

Please sign in to comment.