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