You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by aa...@apache.org on 2022/06/23 02:51:12 UTC

[rocketmq-clients] branch master updated: CI: delete useless step

This is an automated email from the ASF dual-hosted git repository.

aaronai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-clients.git


The following commit(s) were added to refs/heads/master by this push:
     new a6a2709  CI: delete useless step
a6a2709 is described below

commit a6a27095495a08084b84f7834ab2381819885c70
Author: Aaron Ai <ya...@gmail.com>
AuthorDate: Thu Jun 23 10:34:23 2022 +0800

    CI: delete useless step
---
 .github/workflows/cpp_build.yml | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/.github/workflows/cpp_build.yml b/.github/workflows/cpp_build.yml
index 149f591..4d02855 100644
--- a/.github/workflows/cpp_build.yml
+++ b/.github/workflows/cpp_build.yml
@@ -6,14 +6,6 @@ jobs:
     runs-on: ubuntu-18.04
     steps:
       - uses: actions/checkout@v2
-      - name: Setup Bazel
-        run: |
-          sudo apt-get -qq install npm
-          sudo npm install -g @bazel/bazelisk
-      - name: Use Bazel
-        if: matrix.os != 'windows'
-        working-directory: ./cpp
-        run: bazel -h
       - name: Compile All Targets
         working-directory: ./cpp
         run: bazel build //...