use apt mirror
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
wangjiacai 2022-03-30 13:05:19 +08:00
parent 110a18e369
commit 64be02f53f

View File

@ -4,6 +4,7 @@ steps:
- name: test
image: gcc:latest
commands:
- sed -i 's/deb.debian.org/mirrors.tuna.tsinghua.edu.cn/g' /etc/apt/sources.list
- apt-get update
- apt-get install -y libboost-test-dev
- make boosttest