[ci] enable sudo

This commit is contained in:
tangxifan 2022-08-24 16:34:41 -07:00
parent 26d540a9d5
commit 9de78c3bf0
1 changed files with 2 additions and 2 deletions

View File

@ -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 \