mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-02-13 18:47:19 +00:00
Decreased packages installation time for Linux workflow.
This commit is contained in:
parent
da14588235
commit
2b2ac2e48f
12
.github/workflows/linux.yml
vendored
12
.github/workflows/linux.yml
vendored
@ -43,6 +43,18 @@ jobs:
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
- name: Disable man for further package installs.
|
||||
run: |
|
||||
cfgFile="/etc/dpkg/dpkg.cfg.d/no_man"
|
||||
sudo touch $cfgFile
|
||||
p() {
|
||||
sudo echo "path-exclude=/usr/share/$1/*" >> $cfgFile
|
||||
}
|
||||
|
||||
p man
|
||||
p locale
|
||||
p doc
|
||||
|
||||
- name: First set up.
|
||||
run: |
|
||||
cd ..
|
||||
|
Loading…
Reference in New Issue
Block a user