From 57d41cbc4c4e8ea74d3c334c5bd5f194eee2a64a Mon Sep 17 00:00:00 2001 From: Xuanwo Date: Sun, 4 Feb 2024 11:26:17 +0800 Subject: [PATCH] Fix oli Signed-off-by: Xuanwo --- .github/workflows/ci_bin_oay.yml | 4 ++++ .github/workflows/ci_bin_ofs.yml | 4 ++++ .github/workflows/ci_bin_oli.yml | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/.github/workflows/ci_bin_oay.yml b/.github/workflows/ci_bin_oay.yml index e44b1de53f3..189283f495b 100644 --- a/.github/workflows/ci_bin_oay.yml +++ b/.github/workflows/ci_bin_oay.yml @@ -41,6 +41,10 @@ jobs: - name: Setup Rust toolchain uses: ./.github/actions/setup + with: + need-rocksdb: true + need-protoc: true + github-token: ${{ secrets.GITHUB_TOKEN }} - name: Cargo clippy working-directory: bin/oay diff --git a/.github/workflows/ci_bin_ofs.yml b/.github/workflows/ci_bin_ofs.yml index fd243b30d40..4469efcf375 100644 --- a/.github/workflows/ci_bin_ofs.yml +++ b/.github/workflows/ci_bin_ofs.yml @@ -41,6 +41,10 @@ jobs: - name: Setup Rust toolchain uses: ./.github/actions/setup + with: + need-rocksdb: true + need-protoc: true + github-token: ${{ secrets.GITHUB_TOKEN }} - name: Cargo clippy working-directory: bin/ofs diff --git a/.github/workflows/ci_bin_oli.yml b/.github/workflows/ci_bin_oli.yml index 606253ad676..f6877485f78 100644 --- a/.github/workflows/ci_bin_oli.yml +++ b/.github/workflows/ci_bin_oli.yml @@ -41,6 +41,10 @@ jobs: - name: Setup Rust toolchain uses: ./.github/actions/setup + with: + need-rocksdb: true + need-protoc: true + github-token: ${{ secrets.GITHUB_TOKEN }} - name: Cargo clippy working-directory: bin/oli