assignUser commented on code in PR #13507:
URL: https://github.com/apache/arrow/pull/13507#discussion_r914655484
##########
dev/tasks/python-wheels/github.osx.amd64.yml:
##########
@@ -68,10 +63,23 @@ jobs:
shell: bash
run: echo ${VCPKG_ROOT} >> $GITHUB_PATH
- # workaround for
https://github.com/apache/arrow/pull/11569#issuecomment-979592053
- - name: Install OpenSSL
- run: vcpkg install openssl
-
+ - name: Setup NuGet Credentials
+ shell: bash
+ env:
+ GITHUB_TOKEN: {{ '${{ secrets.GITHUB_TOKEN }}' }}
+ run: |
+ mono `vcpkg fetch nuget | tail -n 1` \
+ sources add \
+ -source "https://nuget.pkg.github.com/ursacomputing/index.json" \
Review Comment:
I didn't do this as to not pollute peoples repos with nuget packages but I
guess this is an on demand job so it shouldn't be an issue :)
--
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]