소스 검색

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…
취소
저장