Skip to content

Commit 2728e3e

Browse files
committed
Try cmake --build
1 parent 6d11cc2 commit 2728e3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-c-libraries.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
BUILD_VDF_CLIENT: "N"
8484
run: |
8585
cmake . -DBUILD_CHIAVDFC=ON
86-
make
86+
cmake --build
8787
8888
- name: Upload artifacts
8989
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)