From d12b374443dd8fc4c52c7e1e2a0934bb9414309b Mon Sep 17 00:00:00 2001 From: Joshua Huang Date: Fri, 10 Nov 2023 09:21:09 +0000 Subject: [PATCH] comment out cmake to reduce time --- .github/workflows/github-cicd.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/github-cicd.yml b/.github/workflows/github-cicd.yml index 66fec28..f8143ad 100644 --- a/.github/workflows/github-cicd.yml +++ b/.github/workflows/github-cicd.yml @@ -13,11 +13,11 @@ jobs: - name: Checkout Repo uses: actions/checkout@v4 - - name: Use CMake Action - uses: threeal/cmake-action@v1.3.0 - with: - generator: MinGW Makefiles - run-build: true + # - name: Use CMake Action + # uses: threeal/cmake-action@v1.3.0 + # with: + # generator: MinGW Makefiles + # run-build: true - name: Zip Binaries uses: vimtor/action-zip@v1.1