Skip to content

Commit

Permalink
Fixed installation for CUDA toolkit on workflow pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Oct 26, 2024
1 parent 3321964 commit 249306a
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/build_ci_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,9 @@ jobs:

- name: Microsoft Visual Studio C/C++
uses: ilammy/msvc-dev-cmd@v1
with:
arch: x86_amd64

- name: Install Conda
uses: s-weigand/setup-conda@v1

- name: Verify Conda Installation
run: conda --version

- name: CUDA Toolkit Installation
run: conda install cuda -c nvidia
uses: Jimver/cuda[email protected]

- name: Build Zhivo
run: python build.py
Expand Down

0 comments on commit 249306a

Please sign in to comment.