Skip to content

Commit

Permalink
Minor update cmake.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Vlad Gheorghiu <[email protected]>
  • Loading branch information
vsoftco committed Jul 31, 2024
1 parent 9a98289 commit 9f8cdaf
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 @@ -121,6 +121,6 @@ jobs:
if [ "$RUNNER_OS" == "Windows" ]; then
venv/Scripts/activate
else
. venv/bin/activate
source venv/bin/activate
fi
pip install .

0 comments on commit 9f8cdaf

Please sign in to comment.