Skip to content

Commit

Permalink
[CI] Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberium committed Aug 10, 2023
1 parent c45d932 commit debd5ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
env:
MAKEFLAGS: "-j8"
run: |
cmake --build ${{env.BUILD_DIR}} --config ${{env.BUILD_TYPE}} --DCMAKE_INSTALL_PREFIX=/home/runner/work
cmake --build ${{env.BUILD_DIR}} --config ${{env.BUILD_TYPE}} -DCMAKE_INSTALL_PREFIX=/home/runner/work
cmake --install .
notify:
Expand Down

0 comments on commit debd5ae

Please sign in to comment.