Skip to content

Commit

Permalink
Try release build.
Browse files Browse the repository at this point in the history
  • Loading branch information
bhartnett committed Jun 6, 2024
1 parent a8b66d8 commit 07264ef
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 @@ -155,9 +155,9 @@ jobs:
# 7z x -y external/windeps.zip -o"${DLLPATH}"
# ROCKSDB
vcpkg install rocksdb[lz4,zstd]:${ROCKSDBSUB}-windows
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}/librocksdb.dll"
cp $VCPKG_INSTALLATION_ROOT/installed/${ROCKSDBSUB}-windows/bin/rocksdb-shared.dll "${DLLPATH}"
- name: Path to cached dependencies (Windows)
if: >
Expand Down

0 comments on commit 07264ef

Please sign in to comment.