Skip to content

Commit c2de9a1

Browse files
committed
update
1 parent ac7afea commit c2de9a1

File tree

2 files changed

+11
-86
lines changed

2 files changed

+11
-86
lines changed

.github/actions/dependencies-action/action.yml

Lines changed: 0 additions & 85 deletions
This file was deleted.

.github/workflows/_ascend_npu_build.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,18 @@ jobs:
3232
outputs:
3333
dist_name: ${{ steps.list-dist.outputs.dist_name }}
3434
steps:
35+
# TODO(shink): Remove this step when devel images available
3536
- name: Install system dependencies
36-
uses: ./.github/actions/dependencies-action
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 \
46+
ninja-build
3747
3848
- name: Checkout
3949
uses: actions/checkout@v4

0 commit comments

Comments
 (0)