mirror of
https://github.com/nlohmann/json.git
synced 2026-02-08 23:32:30 +00:00
👷 fixed syntax
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
"builddeps": ["cmake", "make", "gcc gcc-c++"],
|
||||
"buildcmd": [
|
||||
"uname -a",
|
||||
"cd"
|
||||
"cd",
|
||||
"mkdir build",
|
||||
"cd build",
|
||||
"cmake /project/repo/checkout",
|
||||
|
||||
Reference in New Issue
Block a user