We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74fcbc3 commit 3280807Copy full SHA for 3280807
.github/workflows/build-c-libraries.yml
@@ -71,6 +71,8 @@ jobs:
71
72
- name: Build
73
working-directory: src
74
+ env:
75
+ BUILD_VDF_CLIENT: "N"
76
run: |
77
cmake . -DBUILD_CHIAVDFC=ON
78
make
0 commit comments