From 8b3f657a7516cbdff2f1bd2aa079bbf533e5231e Mon Sep 17 00:00:00 2001 From: Ruixiang Du Date: Thu, 8 Apr 2021 11:49:51 +0800 Subject: [PATCH] more fix to git lab cpp ci setup --- .github/workflows/standalone-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/standalone-ci.yml b/.github/workflows/standalone-ci.yml index 00ded2e..bef49bc 100644 --- a/.github/workflows/standalone-ci.yml +++ b/.github/workflows/standalone-ci.yml @@ -16,7 +16,7 @@ jobs: # - name: Install dependencies # run: sudo apt-get install -y build-essential cmake libasio-dev - name: Build and install dependent package - run: git clone -b v2.x https://github.com/westonrobot/async_port.git && cd async_port \ + run: git clone https://github.com/westonrobot/async_port.git && cd async_port && \ mkdir build && cd build && cmake .. && make && sudo make install - name: Update git submodule run: git submodule update --init --recursive