mirror of
https://github.com/westonrobot/ugv_sdk
synced 2023-04-08 06:32:14 +08:00
updated action step name
This commit is contained in:
4
.github/workflows/standalone-ci.yml
vendored
4
.github/workflows/standalone-ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user