Skip to content

Commit

Permalink
Install Mono
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Nov 5, 2024
1 parent 2cb4b09 commit e94314b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ci/scripts/install_vcpkg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ if [ -f "${vcpkg_ports_patch}" ]; then
fi

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
fi
nuget_url="https://nuget.pkg.github.com/${GITHUB_ACTOR}/index.json"
cat <<NUGET_CONFIG > "${VCPKG_ROOT}/nuget.config"
<?xml version="1.0" encoding="utf-8"?>
Expand Down

0 comments on commit e94314b

Please sign in to comment.