Skip to content

Commit d164149

Browse files
committed
update
1 parent ec69cde commit d164149

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/_ascend_npu_build.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,12 @@ jobs:
3232
outputs:
3333
dist_name: ${{ steps.list-dist.outputs.dist_name }}
3434
steps:
35-
# TODO(shink): Remove this step when devel images available
35+
# TODO(shink): Should we add these dependencies to the image?
3636
- name: Install system dependencies
3737
run: |
3838
sed -i 's|ports.ubuntu.com|mirrors.tuna.tsinghua.edu.cn|g' /etc/apt/sources.list
3939
apt update
40-
apt install --no-install-recommends -y \
41-
git \
42-
gcc \
43-
g++ \
44-
make \
45-
cmake
40+
apt install --no-install-recommends -y git gcc g++ make cmake ninja-build
4641
4742
- name: Checkout
4843
uses: actions/checkout@v4

0 commit comments

Comments
 (0)