github: fix broken cmake command
This commit is contained in:
parent
3c126d53c5
commit
4058fbb841
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main-stock-ubuntu.yml
vendored
2
.github/workflows/main-stock-ubuntu.yml
vendored
|
|
@ -41,7 +41,7 @@ jobs:
|
|||
run: |
|
||||
PATH=${{github.workspace}}/local/bin:${PATH}
|
||||
echo "::group::xo configure"
|
||||
cmake -B .build -B . -DCMAKE_INSTALL_PREFIX=${PREFIX}
|
||||
cmake -B .build -S . -DCMAKE_INSTALL_PREFIX=${PREFIX}
|
||||
echo "::group::xo build"
|
||||
cmake --build .build
|
||||
echo "::gorup::xo install"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue