[github-actions] fix expect check (#5610)

Add `apt-get update` before `apt-get install`.
This commit is contained in:
Jonathan Hui
2020-10-06 18:07:25 -07:00
committed by GitHub
parent e0bc277ccb
commit 0bc366a78d
+1
View File
@@ -289,6 +289,7 @@ jobs:
fail_ci_if_error: true
- name: Run TUN Mode
run: |
sudo rm /etc/apt/sources.list.d/* && sudo apt-get update
sudo apt-get install --no-install-recommends -y dnsmasq bind9-host ntp
sudo systemctl start dnsmasq ntp
host ipv6.google.com 127.0.0.1