diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 9723290..fff9550 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -22,7 +22,7 @@ jobs: profile: minimal toolchain: 1.68.0 override: true - - run: apt-get install protobuf-compiler + - run: sudo apt-get install protobuf-compiler - uses: actions-rs/cargo@v1 with: command: check @@ -37,7 +37,7 @@ jobs: profile: minimal toolchain: 1.68.0 override: true - - run: apt-get install protobuf-compiler + - run: sudo apt-get install protobuf-compiler - uses: actions-rs/cargo@v1 with: command: test @@ -68,7 +68,7 @@ jobs: profile: minimal toolchain: 1.68.0 override: true - - run: apt-get install protobuf-compiler + - run: sudo apt-get install protobuf-compiler - run: rustup component add clippy - uses: actions-rs/cargo@v1 with: