Skip to content

Commit

Permalink
fix cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
gsass1 committed Sep 19, 2024
1 parent f85e3fc commit eeee467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: cmake -DCMAKE_BUILD_TYPE=Release .

- name: Run Build
run: cmake --build --config Release .
run: cmake --build . --config Release

- name: Set version
id: set_version
Expand Down

0 comments on commit eeee467

Please sign in to comment.