Skip to content

Commit

Permalink
Run build in correct folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Dušan Baran committed Dec 6, 2024
1 parent 21bddcd commit c2c0ac4
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 @@ -125,7 +125,7 @@ jobs:
-DVCPKG_TARGET_TRIPLET=${{ matrix.triplet }} \
${{ matrix.cmake_args }}
cmake --build build -j4 --config Release --target package
cmake --build /work/build -j4 --config Release --target package
- name: Configure TileDB
if: ${{ startsWith(matrix.platform, 'linux') == false }}
Expand Down

0 comments on commit c2c0ac4

Please sign in to comment.