mirror of
https://github.com/espressif/openthread.git
synced 2026-07-29 07:07:47 +00:00
[github-actions] fix otns test failure (#5403)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user