[ci] enable sudo
This commit is contained in:
parent
26d540a9d5
commit
9de78c3bf0
|
@ -1,8 +1,8 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
apt-get update
|
||||
sudo apt-get update
|
||||
|
||||
apt-get install -y \
|
||||
sudo apt-get install -y \
|
||||
autoconf \
|
||||
automake \
|
||||
bison \
|
||||
|
|
Loading…
Reference in New Issue