File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 47
47
echo "CUDA_CACHE_MAXSIZE=4294967296" | Out-File -FilePath $env:GITHUB_ENV -Append
48
48
49
49
- name : Install Cuda Toolkit 11.8.0
50
- id : cuda-toolkit
51
50
if : ${{ matrix.cuda-toolkit == '11.8.0' }}
52
51
run : |
53
52
mkdir -p "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8.0"
76
75
echo "CUDA_PATH_V11_8=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8.0" | Out-File -FilePath $env:GITHUB_ENV -Append -Encoding utf8
77
76
78
77
- name : Install Cuda Toolkit 12.2
79
- id : cuda-toolkit
80
78
if : ${{ matrix.cuda-toolkit == '12.2.0' }}
81
79
run : |
82
80
mkdir -p "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.2.0"
@@ -158,7 +156,7 @@ jobs:
158
156
159
157
- name : Copy CUDA DLLs
160
158
run : |
161
- Get-ChildItem "${{ steps.cuda-toolkit.outputs. CUDA_PATH }}/ bin/ " -Filter "*.dll" |
159
+ Get-ChildItem "$env: CUDA_PATH\ bin\ " -Filter "*.dll" |
162
160
Copy-Item -Destination "build/bin/${{ matrix.build }}"
163
161
164
162
- name : Copy SDL2.dll
You can’t perform that action at this time.
0 commit comments