👷 fixed syntax
This commit is contained in:
parent
842d42b135
commit
dcbc028b5b
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
"builddeps": ["cmake", "make", "gcc gcc-c++"],
|
||||
"buildcmd": [
|
||||
"uname -a",
|
||||
"cd"
|
||||
"cd",
|
||||
"mkdir build",
|
||||
"cd build",
|
||||
"cmake /project/repo/checkout",
|
||||
|
|
Loading…
Reference in a new issue