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 64eeff6 commit 5d812a4Copy full SHA for 5d812a4
.github/workflows/build.yml
@@ -597,6 +597,12 @@ jobs:
597
variant: sccache
598
evict-old-files: 1d
599
600
+ - name: Install CUDA Toolkit
601
+ id: cuda-toolkit
602
+ uses: Jimver/[email protected]
603
+ with:
604
+ cuda: '${{ matrix.cuda-toolkit }}'
605
+
606
- name: Configure CUDA compilation cache
607
run: |
608
New-Item -Path "${{ github.workspace }}\cuda_cache" -ItemType Directory -Force
@@ -614,12 +620,6 @@ jobs:
614
620
- name: Add msbuild to PATH
615
621
uses: microsoft/setup-msbuild@v2
616
622
617
- - name: Install CUDA Toolkit
618
- id: cuda-toolkit
619
- uses: Jimver/[email protected]
- with:
- cuda: '${{ matrix.cuda-toolkit }}'
-
623
- name: Install 7-Zip
624
run: choco install 7zip -y
625
0 commit comments