Skip to content

Commit

Permalink
build essentials
Browse files Browse the repository at this point in the history
  • Loading branch information
samelamin committed Oct 5, 2023
1 parent 1007bf0 commit 72982ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
override: true
components: rustfmt, clippy

- name: Install Protobuf
run: sudo apt install protobuf-compiler -y
- name: Install Dependencies
run: sudo apt install protobuf-compiler build-essential -y

- name: 🫠 rustfmt 🫠
uses: actions-rs/cargo@v1
Expand Down

0 comments on commit 72982ef

Please sign in to comment.