Update c-cpp.yml

This commit is contained in:
Du Ruixiang
2020-08-15 19:43:32 +08:00
committed by GitHub
parent b3c9b92e0d
commit b2f8a5604b

View File

@@ -12,9 +12,10 @@ jobs:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- name: install dependencies
run: sudo apt-get install -y build-essential cmake libasio-dev
- name: build
run: mkdir build && cd build && cmake .. && cmake --build .
run: pwd && ls && mkdir build && cd build && cmake .. && cmake --build .
- name: pack
run: cpack