Skip to content

Commit

Permalink
Use mono-core on CentOS 7
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Nov 7, 2024
1 parent 3758736 commit 58a6f15
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ci/scripts/install_vcpkg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ fi
if [ -n "${GITHUB_TOKEN:-}" ] && [ -n "${GITHUB_REPOSITORY_OWNER:-}" ]; then
if type dnf 2>/dev/null; then
dnf install -y epel-release
dnf install -y mono-complete
# We can remove "|| dnf install -y mono-core" when we drop support
# for manylinux2014.
dnf install -y mono-complete || dnf install -y mono-core
curl \
--location \
--output "${vcpkg_destination}/nuget" \
Expand Down

0 comments on commit 58a6f15

Please sign in to comment.