From 0862487dcf3aadbeb8d7bb55d3de1a81fc62412c Mon Sep 17 00:00:00 2001 From: Ruixiang Du Date: Sat, 15 Aug 2020 19:48:37 +0800 Subject: [PATCH] updated action step name --- .github/workflows/standalone-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/standalone-ci.yml b/.github/workflows/standalone-ci.yml index 0db0e8d..3fee0d5 100644 --- a/.github/workflows/standalone-ci.yml +++ b/.github/workflows/standalone-ci.yml @@ -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