fix syntax error

This commit is contained in:
Krishna Vedala
2020-07-06 20:40:27 -04:00
parent c8e2706a21
commit e8e58e87c4

View File

@@ -178,5 +178,7 @@ jobs:
- uses: actions/checkout@master
with:
submodules: true
- run: cmake -B ./build -S .
- run: cmake --build build
- name: Build
run: |
cmake -B ./build -S .
cmake --build build