mirror of
https://github.com/westonrobot/ugv_sdk
synced 2023-04-08 06:32:14 +08:00
more fix to git lab cpp ci setup
This commit is contained in:
2
.github/workflows/standalone-ci.yml
vendored
2
.github/workflows/standalone-ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user