Skip to content

Commit

Permalink
Fix mistake in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
bhartnett committed Jun 6, 2024
1 parent 07264ef commit c8d9445
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ jobs:
# ROCKSDB
vcpkg install rocksdb[lz4,zstd]:${ROCKSDBSUB}-windows-release
ls $VCPKG_INSTALLATION_ROOT/installed/${ROCKSDBSUB}-windows/bin
cp $VCPKG_INSTALLATION_ROOT/installed/${ROCKSDBSUB}-windows/bin/rocksdb-shared.dll "${DLLPATH}"
ls $VCPKG_INSTALLATION_ROOT/installed/${ROCKSDBSUB}-windows-release/bin
cp $VCPKG_INSTALLATION_ROOT/installed/${ROCKSDBSUB}-windows-releases/bin/rocksdb-shared.dll "${DLLPATH}"
- name: Path to cached dependencies (Windows)
if: >
Expand Down

0 comments on commit c8d9445

Please sign in to comment.