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 00edb1d commit 64eeff6Copy full SHA for 64eeff6
.github/workflows/build.yml
@@ -599,8 +599,8 @@ jobs:
599
600
- name: Configure CUDA compilation cache
601
run: |
602
- New-Item -Path "${{ github.workspace }}/cuda_cache" -ItemType Directory -Force
603
- echo "CUDA_CACHE_PATH=${{ github.workspace }}/cuda_cache" | Out-File -FilePath $env:GITHUB_ENV -Append
+ New-Item -Path "${{ github.workspace }}\cuda_cache" -ItemType Directory -Force
+ echo "CUDA_CACHE_PATH=${{ github.workspace }}\cuda_cache" | Out-File -FilePath $env:GITHUB_ENV -Append
604
echo "CUDA_CACHE_MAXSIZE=4294967296" | Out-File -FilePath $env:GITHUB_ENV -Append
605
606
- name: Cache CUDA compilation results
0 commit comments