Skip to content

Commit

Permalink
Add ARCTICDB_VCPKG_PACKAGES_DIR to workflow for package management
Browse files Browse the repository at this point in the history
  • Loading branch information
G-D-Petrov committed Dec 31, 2024
1 parent a362fbe commit 22c5fe6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run_specific_tests_on_matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
VCPKG_MAN_NUGET_USER: ${{secrets.VCPKG_MAN_NUGET_USER}} # For forks to download pre-compiled dependencies from the Man repo
VCPKG_MAN_NUGET_TOKEN: ${{secrets.VCPKG_MAN_NUGET_TOKEN}}
ARCTICDB_BUILD_DIR: ${{ inputs.os == 'windows' && 'C:/cpp_build' || '/tmp/cpp_build' }}
ARCTICDB_VCPKG_PACKAGES_DIR: ${{ inputs.os == 'windows' && 'C:/vcpkg_packages' || '' }}
steps:
- uses: actions/[email protected]
with:
Expand Down

0 comments on commit 22c5fe6

Please sign in to comment.