We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4228d7d commit b01c8a6Copy full SHA for b01c8a6
build/ci/templates/linux-install-deps.yml
@@ -9,7 +9,7 @@ steps:
9
echo '#!/bin/sh' | sudo tee /usr/bin/mandb >/dev/null
10
echo 'exit 0' | sudo tee -a /usr/bin/mandb >/dev/null
11
sudo chmod 755 /usr/bin/mandb
12
- name: Disable man-db
+ displayName: Disable man-db
13
14
- bash: |
15
sudo apt-get update
0 commit comments