diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bbee174c..ccb8964c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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