Skip to content

Commit

Permalink
fix: install make cuda windows
Browse files Browse the repository at this point in the history
  • Loading branch information
sangjanai committed Apr 26, 2024
1 parent 6d5516d commit 4c3de01
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,10 @@ jobs:
with:
submodules: recursive

- name: install make-gnu
run: |
choco install make -y
- name: Build
run: |
cmake -S ./third-party -B ./build_deps/third-party
Expand Down

0 comments on commit 4c3de01

Please sign in to comment.