assignUser commented on code in PR #36862:
URL: https://github.com/apache/arrow/pull/36862#discussion_r1274315115


##########
dev/tasks/vcpkg-tests/github.windows.yml:
##########
@@ -73,6 +73,14 @@ jobs:
           `vcpkg fetch nuget | tail -n 1` \
             setapikey "$GITHUB_TOKEN" \
             -source 
"https://nuget.pkg.github.com/$GITHUB_REPOSITORY_OWNER/index.json";
+      - name: Cache nasm
+        run: |
+          # echo "VCPKG_ROOT=$env:VCPKG_INSTALLATION_ROOT" | Out-File 
-FilePath $env:GITHUB_ENV -Append
+          New-Item -ItemType "directory" -Path "C:\vcpkg\downloads" -Force
+          Invoke-WebRequest -URI "$env:BASE_URL/$env:FILE_NAME" -OutFile 
"C:\vcpkg\downloads\$env:FILE_NAME"
+        env:
+          BASE_URL: https://github.com/microsoft/vcpkg/files/12073957
+          FILE_NAME: nasm-2.16.01-win64.zip

Review Comment:
   I am surprised that it is not being cached already through nuget...



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to