mirror of
https://github.com/serai-dex/serai.git
synced 2025-02-02 11:16:41 +00:00
Specify shell when removing unused packages
This commit is contained in:
parent
f193b896c1
commit
83b7146e1a
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue