👷 fixed path

parent 5ebe7220
......@@ -18,7 +18,7 @@ jobs:
command: 'apt-get update && sudo apt-get install -y cmake'
- run:
name: Create build files
command: 'cmake -Bbuild'
command: 'mkdir build ; cd build ; cmake ..'
- run:
name: Compile
command: 'cmake --build build'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment