From 2728e3e2817f8820eef7d25cd811ab484c11ca62 Mon Sep 17 00:00:00 2001 From: Chris Marslender Date: Wed, 6 Mar 2024 22:51:55 -0600 Subject: [PATCH] Try cmake --build --- .github/workflows/build-c-libraries.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-c-libraries.yml b/.github/workflows/build-c-libraries.yml index 8aa07f9f..923cf839 100644 --- a/.github/workflows/build-c-libraries.yml +++ b/.github/workflows/build-c-libraries.yml @@ -83,7 +83,7 @@ jobs: BUILD_VDF_CLIENT: "N" run: | cmake . -DBUILD_CHIAVDFC=ON - make + cmake --build - name: Upload artifacts uses: actions/upload-artifact@v3