Update rust-release.yml

This commit is contained in:
Jamjamjon
2025-04-27 14:51:17 +08:00
committed by GitHub
parent ef3d174237
commit 2c1f986cee

View File

@ -14,8 +14,7 @@ jobs:
- name: Install dependencies
run: |
DEBIAN_FRONTEND=noninteractive apt-get update
DEBIAN_FRONTEND=noninteractive apt-get install -y build-essential ca-certificates clang curl pkg-config protobuf-compiler
sudo apt-get update && sudo apt-get install -y build-essential ca-certificates clang curl pkg-config protobuf-compiler
- name: Install Rust
uses: dtolnay/rust-toolchain@stable