Skip to content

Commit

Permalink
Update cmake.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vsoftco committed Nov 29, 2023
1 parent f745299 commit 2a09ddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
if [ "$RUNNER_OS" == "Windows" ]; then
cmake --build build --target uninstall
else
sudo cmake --build build --target --uninstall
sudo cmake --build build --target uninstall
fi
- name: Install pystaq
Expand Down

0 comments on commit 2a09ddb

Please sign in to comment.