From bce8c9687387dcdc9e461e3b2ba93928d005753c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Du=C5=A1an=20Baran?= Date: Thu, 5 Dec 2024 14:27:20 +0100 Subject: [PATCH] Install vcpkg requirements --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3d1c5106b00..30a56d82500 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -103,7 +103,7 @@ jobs: if: ${{ startsWith(matrix.platform, 'linux') == true }} run: | set -e pipefail - yum install -y ninja-build perl-IPC-Cmd + yum install -y ninja-build perl-IPC-Cmd curl zip unzip tar echo "VCPKG_FORCE_SYSTEM_BINARIES=YES" >> $GITHUB_ENV - name: Configure TileDB run: |