From 0248eadd8aa40d2019c6ab32a59ab8a96e7223ee Mon Sep 17 00:00:00 2001 From: "Chance.H" Date: Fri, 27 Sep 2024 14:25:46 +0800 Subject: [PATCH] ci: try build ubuntu with cuda --- .github/workflows/workflow.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index d729f5b..0dbcb44 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -125,9 +125,9 @@ jobs: build_ubuntu_with_cuda: runs-on: ubuntu-latest steps: - - name: Install cuda-toolkit 11.7 - - uses: Jimver/cuda-toolkit@v0.2.17 + - uses: actions/checkout@v3 + + - uses: Jimver/cuda-toolkit@v0.2.17 with: # Cuda version cuda: 11.7.0 # optional, default is 12.5.0