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

wwbmmm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brpc.git


The following commit(s) were added to refs/heads/master by this push:
     new 6a335aa8 Fix ci (#2611)
6a335aa8 is described below

commit 6a335aa8bc713768aaa4dfcc5b1b2b66fe64e7a8
Author: Bright Chen <chenguangmin...@foxmail.com>
AuthorDate: Tue Apr 23 17:15:16 2024 +0800

    Fix ci (#2611)
---
 .github/workflows/ci-linux.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml
index e90b2f45..652631f2 100644
--- a/.github/workflows/ci-linux.yml
+++ b/.github/workflows/ci-linux.yml
@@ -209,6 +209,7 @@ jobs:
     - uses: ./.github/actions/install-essential-dependences
     - name: install gtest
       run: |
+           sudo apt-get update
            sudo apt-get install -y cmake libgtest-dev gdb && cd /usr/src/gtest 
&& sudo cmake . && sudo make && sudo mv lib/libgtest* /usr/lib/
     - uses: ./.github/actions/init-make-config
       with:


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org
For additional commands, e-mail: dev-h...@brpc.apache.org

Reply via email to