diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 28764b0..10623b8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: >