updated github ci

This commit is contained in:
Ruixiang Du
2021-04-08 11:46:52 +08:00
parent 0dc1e35725
commit f04bab6f0b
2 changed files with 4 additions and 1 deletions

View File

@@ -15,6 +15,9 @@ jobs:
- uses: actions/checkout@v2
# - 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 \
mkdir build && cd build && cmake .. && make && sudo make install
- name: Update git submodule
run: git submodule update --init --recursive
- name: Build and pack