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 ac7afea commit c2de9a1Copy full SHA for c2de9a1
.github/actions/dependencies-action/action.yml
.github/workflows/_ascend_npu_build.yml
@@ -32,8 +32,18 @@ jobs:
32
outputs:
33
dist_name: ${{ steps.list-dist.outputs.dist_name }}
34
steps:
35
+ # TODO(shink): Remove this step when devel images available
36
- name: Install system dependencies
- 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
47
48
- name: Checkout
49
uses: actions/checkout@v4
0 commit comments