更新 '.drone.yml'

This commit is contained in:
jiacai_wang 2022-03-30 09:17:06 +08:00
parent 190c9b4ac9
commit 9fa9d7ddd1

View File

@ -5,5 +5,5 @@ steps:
image: gcc:latest image: gcc:latest
commands: commands:
- apt-get update - apt-get update
- apt-get install libboost-all-dev - apt-get install -y libboost-all-dev
- make boosttest - make boosttest