cd into build dir before running cmake
This commit is contained in:
parent
c24393fc16
commit
445a73f599
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -9,7 +9,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- run: sudo apt-get install -y cmake
|
||||
- run: mkdir -p build
|
||||
- run: mkdir -p build && cd build
|
||||
- run: cmake ..
|
||||
- run: make
|
||||
|
||||
|
|
Reference in a new issue