Update the ci to include cargo fmt

This commit is contained in:
Omar Abdulla
2025-09-28 14:03:46 +03:00
parent 8d15f87ff0
commit 5cd3dd8c83
4 changed files with 2 additions and 89 deletions
+2 -2
View File
@@ -36,14 +36,14 @@ jobs:
sudo apt-get update
sudo apt-get install -y protobuf-compiler clang libclang-dev
rustup target add wasm32-unknown-unknown
rustup component add rust-src
rustup component add rust-src cargo-fmt
- name: Install dependencies (macOS)
if: matrix.os == 'macos-14'
run: |
brew install protobuf
rustup target add wasm32-unknown-unknown
rustup component add rust-src
rustup component add rust-src cargo-fmt
- name: Cache binaries
id: cache