[github-actions] fix otns test failure (#5403)

This commit is contained in:
Simon Lin
2020-08-15 10:05:52 -07:00
committed by GitHub
parent d7a025cb91
commit c7cda1feb2
+4
View File
@@ -76,6 +76,10 @@ jobs:
- uses: actions/setup-go@v1
with:
go-version: '1.13'
- name: Set up Python 3.6
uses: actions/setup-python@v1
with:
python-version: 3.6
- name: Bootstrap
run: |
sudo rm /etc/apt/sources.list.d/* && sudo apt-get update