Skip to content

Commit 8267fe5

Browse files
authored
Merge pull request #1838 from alicevision/build/updateDepsArchive
[ci] Windows: Update vcpkg archive with latest dependencies versions
2 parents a45c115 + be3e75b commit 8267fe5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168
uses: suisei-cn/actions-download-file@v1.3.0
169169
id: vcpkgDownload
170170
with:
171-
url: "https://gitlab.com/alicevision/vcpkgArchive/-/raw/main/aliceVisionDeps-2025.02.28.zip?ref_type=heads&inline=false"
171+
url: "https://gitlab.com/alicevision/vcpkgArchive/-/raw/main/aliceVisionDeps-2025.03.06.zip?ref_type=heads&inline=false"
172172
target: "${{ env.vcpkgDir }}"
173173
filename: installed.zip
174174

@@ -189,7 +189,7 @@ jobs:
189189
id: cuda-toolkit
190190
with:
191191
cuda: '12.5.0'
192-
sub-packages: '["nvcc", "cudart", "cublas", "cusparse"]'
192+
sub-packages: '["nvcc", "cudart", "cublas", "cublas_dev", "cusparse", "npp", "npp_dev", "cufft", "cufft_dev"]'
193193

194194
- name: Display CUDA information
195195
run: echo "Installed cuda version is "${{steps.cuda-toolkit.outputs.cuda}}

0 commit comments

Comments
 (0)