mirror of
https://github.com/nlohmann/json.git
synced 2026-02-09 11:42:51 +00:00
👷 fixed path
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user