Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
apt get -y
Browse files Browse the repository at this point in the history
  • Loading branch information
connortsui20 committed Feb 12, 2024
1 parent 4dd7ea0 commit 2c52021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
rustup component add rustfmt &&
rustup component add clippy
- name: Install Protobuf
run: apt-get install protobuf-compiler
run: apt-get install -y protobuf-compiler
- name: Install cargo-llvm-cov
uses: taiki-e/install-action@cargo-llvm-cov
- name: Format check
Expand Down

0 comments on commit 2c52021

Please sign in to comment.