We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3f9787 commit a445e0aCopy full SHA for a445e0a
.github/workflows/build.yml
@@ -51,6 +51,8 @@ jobs:
51
52
- name: Build
53
run: |
54
+ python3 -m venv venv
55
+ source venv/bin/activate
56
make release PRODUCTION_BUILD=1
57
58
centos7-gcc:
0 commit comments