workflow: bugfix: typo in .yml file

This commit is contained in:
Roland Conybeare 2024-03-15 20:12:41 -04:00
commit 14cec30749

View file

@ -69,7 +69,7 @@ jobs:
- name: build xo-simulator
run: |
echo "::group::configure xo-simulator
echo "::group::configure xo-simulator"
cmake -B ${{github.workspace}}/build_xo-simulator -DCMAKE_INSTALL_PREFIX=${{github.workspace}}/local repo/xo-simulator
echo "::endgroup"