mirror of
https://github.moeyy.xyz/https://github.com/TheAlgorithms/C.git
synced 2023-10-11 15:56:24 +08:00
use cd to build directory
This commit is contained in:
parent
0248b523b6
commit
b39694aeb3
3
.github/workflows/ccpp.yml
vendored
3
.github/workflows/ccpp.yml
vendored
@ -17,9 +17,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
- name: build directory
|
- name: build directory
|
||||||
run: cmake -E make_directory ${{runner.workspace}}/build
|
run: mkdir build && cd build
|
||||||
- name: configure
|
- name: configure
|
||||||
working-directory: ${{ runner.workspace }}/build
|
|
||||||
run: cmake .
|
run: cmake .
|
||||||
- name: build
|
- name: build
|
||||||
run: cmake --build .
|
run: cmake --build .
|
||||||
|
Loading…
Reference in New Issue
Block a user