Skip to content

Commit 5a3becf

Browse files
committed
Use my own nuget package registry for testing
1 parent f193dbb commit 5a3becf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/wheels/install-librdkafka.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ curl -H "Authorization: Bearer ${GITHUB_TOKEN}" \
2929
-H "Accept: application/vnd.github.v3+json" \
3030
-L \
3131
-o lrk$VER.zip \
32-
https://nuget.pkg.github.com/G-Research/download/librdkafka.redist/$VER/librdkafka.redist.$VER.nupkg
32+
https://nuget.pkg.github.com/jgiannuzzi/download/librdkafka.redist/$VER/librdkafka.redist.$VER.nupkg
3333

3434
#curl -L -o lrk$VER.zip https://www.nuget.org/api/v2/package/librdkafka.redist/$VER
3535

0 commit comments

Comments
 (0)