updated action step name

This commit is contained in:
Ruixiang Du
2020-08-15 19:48:37 +08:00
parent c3cc36b8d8
commit 0862487dcf

View File

@@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: install dependencies
- name: Install dependencies
run: sudo apt-get install -y build-essential cmake libasio-dev
- name: build and pack
- name: Build and pack
run: pwd && ls && mkdir build && cd build && cmake .. && cmake --build . && cpack