You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-12-22 22:51:12 +02:00
Don’t automatically install recommended packages (#2923)
Co-authored-by: Michael Kerscher <kerscher@google.com>
This commit is contained in:
2
.github/workflows/apt-get-install/action.yml
vendored
2
.github/workflows/apt-get-install/action.yml
vendored
@@ -41,4 +41,4 @@ runs:
|
||||
- name: Installing ${{ inputs.packages }}
|
||||
shell: bash
|
||||
run: |
|
||||
sudo apt-get install --quiet --yes ${{ inputs.packages }}
|
||||
sudo apt-get install --quiet --yes --no-install-recommends ${{ inputs.packages }}
|
||||
|
||||
Reference in New Issue
Block a user