opps, fix typo

This commit is contained in:
Davis King 2023-07-21 09:07:06 -04:00
parent ca7842abbd
commit 28729613ee
1 changed files with 1 additions and 1 deletions

View File

@ -27,4 +27,4 @@ jobs:
mkdir build
cd build
cmake ..
cmake --build build --config Release --target install --parallel 4
cmake --build . --config Release --target install --parallel 4