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 0854741 commit 7749d94Copy full SHA for 7749d94
.github/workflows/_ascend_npu_benchmark.yml
@@ -59,7 +59,7 @@ jobs:
59
run: |
60
sed -i 's|ports.ubuntu.com|mirrors.tuna.tsinghua.edu.cn|g' /etc/apt/sources.list
61
apt update
62
- apt install --no-install-recommends -y git gcc g++ make cmake ninja-build
+ apt install --no-install-recommends -y git gcc g++ make cmake ninja-build curl
63
64
- name: Download ${{ inputs.artifact_name }}
65
uses: actions/download-artifact@v4
0 commit comments