Skip to content

Commit a445e0a

Browse files
committed
use venv
1 parent a3f9787 commit a445e0a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ jobs:
5151
5252
- name: Build
5353
run: |
54+
python3 -m venv venv
55+
source venv/bin/activate
5456
make release PRODUCTION_BUILD=1
5557
5658
centos7-gcc:

0 commit comments

Comments
 (0)