-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
7 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 |
---|---|---|
|
@@ -28,18 +28,12 @@ jobs: | |
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-${{ matrix.gcc }} 100 | ||
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-${{ matrix.gcc }} 100 | ||
- run: gcc -v | ||
|
||
- name: Install CUDA | ||
uses: Jimver/[email protected] | ||
id: cuda-toolkit | ||
with: | ||
cuda: ${{ matrix.cuda }} | ||
|
||
- run: echo "Installed cuda version is: ${{steps.cuda-toolkit.outputs.cuda}}" | ||
|
||
- run: echo "Cuda install location: ${{steps.cuda-toolkit.outputs.CUDA_PATH}}" | ||
|
||
|
||
- name: Build and Test | ||
run: | | ||
# Your build and test commands go here | ||
|