Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Nov 6, 2024
1 parent 6cf631e commit cf26b83
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ci/scripts/install_vcpkg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,18 +57,17 @@ if [ -n "${GITHUB_TOKEN:-}" ] && [ -n "${GITHUB_ACTOR:-}" ]; then
if type dnf 2>/dev/null; then
dnf install -y epel-release
dnf install -y mono-complete
wget https://dist.nuget.org/win-x86-commandline/v6.10.0/nuget.exe
wget --no-verbose https://dist.nuget.org/win-x86-commandline/v6.10.0/nuget.exe
mv nuget.exe /usr/libexec/
cat <<NUGET > /usr/bin/nuget
#!/bin/sh
exec mono /usr/libexec/nuget.exe "\$@"
NUGET
chmod +x /usr/bin/nuget
nuget help
fi
nuget_url="https://nuget.pkg.github.com/${GITHUB_ACTOR}/index.json"
cat <<NUGET_CONFIG > "${VCPKG_ROOT}/nuget.config"
cat <<NUGET_CONFIG | tee "${VCPKG_ROOT}/nuget.config"
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<config>
Expand Down

0 comments on commit cf26b83

Please sign in to comment.