Specify shell when removing unused packages

This commit is contained in:
Luke Parker 2023-10-10 22:21:03 -04:00
parent f193b896c1
commit 83b7146e1a
No known key found for this signature in database

View file

@ -21,6 +21,7 @@ runs:
using: "composite"
steps:
- name: Remove unused packages
shell: bash
run: sudo apt remove -y *powershell* *bazel* *nodejs* *npm* *yarn* *terraform* *firefox* *chromium* *qemu* *texinfo* *sqlite3* *imagemagick* && sudo apt autoremove -y
- name: Install Protobuf