瀏覽代碼

Run `apt update` when preparing environment

default_compile_flags
vector-of-bool 5 年之前
父節點
當前提交
4032cbe39c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      azure-pipelines.yml

+ 1
- 1
azure-pipelines.yml 查看文件

@@ -24,7 +24,7 @@ jobs:
pool:
vmImage: ubuntu-18.04
steps:
- script: sudo apt install -y python3-minimal g++-8
- script: sudo apt update -y && sudo apt install -y python3-minimal g++-8
displayName: Prepare System
- script: python3 -u tools/build.py --cxx g++-8 --test --static
displayName: Build and Run Unit Tests

Loading…
取消
儲存