Archived
1
Fork 0

cd into build dir before running cmake

This commit is contained in:
redstrate 2021-02-15 19:49:39 -05:00
parent c24393fc16
commit 445a73f599

View file

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