Skip to content

Commit

Permalink
add -y flag
Browse files Browse the repository at this point in the history
  • Loading branch information
f-gate committed Oct 5, 2023
1 parent d90513b commit c4096ad
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 @@ -41,7 +41,7 @@ jobs:
run: sudo rm -rf /usr/share/dotnet;sudo rm -rf /opt/ghc;sudo rm -rf "/usr/local/share/boost";sudo rm -rf "$AGENT_TOOLSDIRECTORY"

- name: Install Protobuf
run: sudo apt install protobuf-compiler
run: sudo apt -y install protobuf-compiler

- name: Install minimal nightly Rust
uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit c4096ad

Please sign in to comment.