generated from obsproject/obs-plugintemplate
-
-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update CUDA sub-packages in build-project.yaml
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -243,13 +243,13 @@ jobs: | |
uses: Jimver/[email protected] | ||
with: | ||
cuda: '${{ matrix.cublas }}' | ||
sub-packages: '["nvcc", "cudart"]' | ||
non-cuda-sub-packages: '["libcublas"]' | ||
sub-packages: '["nvcc", "cudart", "cublas"]' | ||
method: 'local' | ||
|
||
- name: Set CUDA_TOOLKIT_ROOT_DIR if CUDA is installed | ||
if: ${{ matrix.cublas != 'cpu' }} | ||
run: | | ||
ls "$env:CUDA_PATH\bin" | ||
"CUDA_TOOLKIT_ROOT_DIR=$env:CUDA_PATH" >> $env:GITHUB_ENV | ||
- name: Set Up Environment 🔧 | ||
|