Skip to content

Commit 5e4957c

Browse files
committed
sudo please?
1 parent 7627ebd commit 5e4957c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ jobs:
110110
pip freeze
111111
# hg-evolve pinned to 9.2 because hg-evolve dropped support for
112112
# hg 4.5, installed with apt in Ubuntu 18.04
113-
apt-get update
114-
apt-get install mercurial
113+
sudo apt-get update
114+
sudo apt-get install mercurial
115115
$(hg debuginstall --template "{pythonexe}") -m pip install hg-evolve --user
116116
117117
- name: "Run tests"

0 commit comments

Comments
 (0)