Skip to content

Commit

Permalink
Added -y
Browse files Browse the repository at this point in the history
  • Loading branch information
devkelley committed Nov 6, 2023
1 parent c235a44 commit a00d356
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
submodules: recursive
- name: Install packages
run: sudo apt-get update && sudo apt-get install -y protobuf-compiler libsdl2-dev
run: sudo apt-get update -y && sudo apt-get install -y protobuf-compiler libsdl2-dev
- name: Install .NET 7.0
uses: actions/setup-dotnet@v3
with:
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
with:
submodules: recursive
- name: Install packages
run: sudo apt-get update && sudo apt-get install -y protobuf-compiler libsdl2-dev
run: sudo apt-get update -y && sudo apt-get install -y protobuf-compiler libsdl2-dev
- name: Install .NET 7.0
uses: actions/setup-dotnet@v3
with:
Expand Down

0 comments on commit a00d356

Please sign in to comment.