From 6d4a005e4108a5dd762b339a02bc4d802755ba0d Mon Sep 17 00:00:00 2001 From: Heyang Zhou Date: Tue, 22 Aug 2023 13:56:00 +0800 Subject: feat(ext/kv): connect to remote database (#20178) This patch adds a `remote` backend for `ext/kv`. This supports connection to Deno Deploy and potentially other services compatible with the KV Connect protocol. --- .github/workflows/bench_cron.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.github/workflows/bench_cron.yml') diff --git a/.github/workflows/bench_cron.yml b/.github/workflows/bench_cron.yml index 3725f80a8..c62a0f267 100644 --- a/.github/workflows/bench_cron.yml +++ b/.github/workflows/bench_cron.yml @@ -31,6 +31,12 @@ jobs: - uses: dsherret/rust-toolchain-file@v1 + - name: Install protoc + uses: arduino/setup-protoc@v2 + with: + version: "21.12" + repo-token: ${{ secrets.GITHUB_TOKEN }} + - name: Build release run: cargo build --release --locked --all-targets -- cgit v1.2.3