Skip to content

Commit 67dac3e

Browse files
committed
Activate the venv environment in the windows CI workflow.
1 parent d5c8440 commit 67dac3e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ jobs:
115115
116116
- name: Build
117117
run: |
118+
.\.venv\Scripts\activate
119+
118120
cmake . -Bbuild
119121
120122
cmake --build build --config Release

0 commit comments

Comments
 (0)