github: bugfix: typo (#2) in .yml
This commit is contained in:
parent
31abb2ae41
commit
27c4535bf6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cmake-single-platform.yml
vendored
2
.github/workflows/cmake-single-platform.yml
vendored
|
|
@ -38,7 +38,7 @@ jobs:
|
|||
run: cmake -B ${{github.workspace}}/build_xo-cmake -DCMAKE_INSTALL_PREFIX=${{github.workspace}}/local repo/xo-cmake
|
||||
|
||||
- name: Build xo-cmake (trivial)
|
||||
run: cmake --build ${{github.worskpace}}/build_xo-cmake --config ${{env.BUILD_TYPE}}
|
||||
run: cmake --build ${{github.workspace}}/build_xo-cmake --config ${{env.BUILD_TYPE}}
|
||||
|
||||
- name: Install xo-cmake
|
||||
run: cmake --install ${{github.workspace}}/build_xo-cmake
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue