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:
|
||||
- uses: actions/checkout@master
|
||||
- name: build directory
|
||||
run: cmake -E make_directory ${{runner.workspace}}/build
|
||||
run: mkdir build && cd build
|
||||
- name: configure
|
||||
working-directory: ${{ runner.workspace }}/build
|
||||
run: cmake .
|
||||
- name: build
|
||||
run: cmake --build .
|
||||
|
Loading…
Reference in New Issue
Block a user