mirror of
https://github.com/threeal/cmake-action.git
synced 2025-06-08 18:21:20 +00:00
style: use a better step names in test.yml
workflow
This commit is contained in:
parent
d0fef383d5
commit
a320b8e14b
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
@ -92,10 +92,10 @@ jobs:
|
||||
matrix:
|
||||
compiler: [gcc, msvc]
|
||||
steps:
|
||||
- name: Check out this repository
|
||||
- name: Checkout the repository
|
||||
uses: actions/checkout@v3.5.3
|
||||
|
||||
- name: Use this action with additional compiler flags
|
||||
- name: Use the action with additional compiler flags
|
||||
uses: ./
|
||||
with:
|
||||
source-dir: test
|
||||
@ -114,10 +114,10 @@ jobs:
|
||||
matrix:
|
||||
os: [windows, ubuntu, macos]
|
||||
steps:
|
||||
- name: Check out this repository
|
||||
- name: Checkout the repository
|
||||
uses: actions/checkout@v3.5.3
|
||||
|
||||
- name: Use this action with specified generator and compilers
|
||||
- name: Use the action with specified generator and compilers
|
||||
uses: ./
|
||||
with:
|
||||
source-dir: test
|
||||
|
Loading…
Reference in New Issue
Block a user