mirror of
https://github.com/espressif/openthread.git
synced 2026-09-22 00:47:42 +00:00
[github-actions] fix expect check (#5610)
Add `apt-get update` before `apt-get install`.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user