Skip to content

Commit

Permalink
Fixed typo on cmake build
Browse files Browse the repository at this point in the history
  • Loading branch information
rayzhuca committed Feb 18, 2024
1 parent c8cffa9 commit 947c2a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
- name: Initialize cmake project in ./build
run: cmake -S . -B ./build
- name: Run cmake build
run: cmake build --build
run: cmake --build build

0 comments on commit 947c2a6

Please sign in to comment.