use cd to build directory

This commit is contained in:
Krishna Vedala 2020-04-07 22:14:44 -04:00 committed by GitHub
parent 0248b523b6
commit b39694aeb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -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 .