Skip to content

Commit

Permalink
ci: update build_check
Browse files Browse the repository at this point in the history
  • Loading branch information
wlruys authored Nov 1, 2023
1 parent 5d8b31e commit 1c1f45e
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/build_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1c1f45e

Please sign in to comment.