diff --git a/.github/workflows/standalone-ci.yml b/.github/workflows/standalone-ci.yml index bef49bc..cfbe06a 100644 --- a/.github/workflows/standalone-ci.yml +++ b/.github/workflows/standalone-ci.yml @@ -16,8 +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 https://github.com/westonrobot/async_port.git && cd async_port && \ - mkdir build && cd build && cmake .. && make && sudo make install + 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 - name: Build and pack