fix syntax

This commit is contained in:
Krishna Vedala
2020-07-06 20:55:48 -04:00
parent 4ecea70262
commit 451ce69fb6

View File

@@ -177,5 +177,5 @@ jobs:
- uses: actions/checkout@master
with:
submodules: true
run: cmake -B ./build -S .
run: cmake --build build
- run: cmake -B ./build -S .
- run: cmake --build build