Skip to content

Commit

Permalink
Merge pull request #640 from galacticcouncil/fix/install-protobuf-for-ci
Browse files Browse the repository at this point in the history
ci: install protobuf for ci
  • Loading branch information
mrq1911 authored Jul 26, 2023
2 parents 7bb622c + 82e82c5 commit 073a716
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 073a716

Please sign in to comment.