Skip to content

Commit

Permalink
Install vcpkg requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Dušan Baran committed Dec 5, 2024
1 parent 413cb2d commit bce8c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit bce8c96

Please sign in to comment.