Fixed double dash

This commit is contained in:
2021-11-01 14:41:56 -07:00
parent 0c4166b143
commit 4935ded1fc
3 changed files with 10 additions and 4 deletions

View File

@ -23,7 +23,7 @@ jobs:
- name: Build
run: |
cmake -B build --DTARGET_TYPE=test
cmake -B build -DTARGET_TYPE=test
cmake --build ./build
- name: Test