Skip to content

Commit

Permalink
comment out cmake to reduce time
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Huang committed Nov 10, 2023
1 parent 35bd242 commit d12b374
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/github-cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v4

- name: Use CMake Action
uses: threeal/[email protected]
with:
generator: MinGW Makefiles
run-build: true
# - name: Use CMake Action
# uses: threeal/[email protected]
# with:
# generator: MinGW Makefiles
# run-build: true

- name: Zip Binaries
uses: vimtor/[email protected]
Expand Down

0 comments on commit d12b374

Please sign in to comment.