We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec69cde commit d164149Copy full SHA for d164149
.github/workflows/_ascend_npu_build.yml
@@ -32,17 +32,12 @@ jobs:
32
outputs:
33
dist_name: ${{ steps.list-dist.outputs.dist_name }}
34
steps:
35
- # TODO(shink): Remove this step when devel images available
+ # TODO(shink): Should we add these dependencies to the image?
36
- name: Install system dependencies
37
run: |
38
sed -i 's|ports.ubuntu.com|mirrors.tuna.tsinghua.edu.cn|g' /etc/apt/sources.list
39
apt update
40
- apt install --no-install-recommends -y \
41
- git \
42
- gcc \
43
- g++ \
44
- make \
45
- cmake
+ apt install --no-install-recommends -y git gcc g++ make cmake ninja-build
46
47
- name: Checkout
48
uses: actions/checkout@v4
0 commit comments