fix typo
This commit is contained in:
4
.github/workflows/ccpp.yml
vendored
4
.github/workflows/ccpp.yml
vendored
@@ -37,9 +37,9 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: configure
|
||||
run: cmake CMakeLists.txt --config Release
|
||||
run: cmake CMakeLists.txt
|
||||
- name: build
|
||||
run: cmake --build .
|
||||
run: cmake --build . --config Release
|
||||
- name: test
|
||||
run: |
|
||||
cd bin\Release
|
||||
|
||||
Reference in New Issue
Block a user