Skip to content

Commit

Permalink
Use the new nvcc installation script (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
WeiqunZhang authored Aug 12, 2023
1 parent bb5d376 commit 1ee4f1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
ccache-${{ github.workflow }}-${{ github.job }}-git-
- name: Load Dependencies
run: |
amrex/.github/workflows/dependencies/dependencies_nvcc11.sh
amrex/.github/workflows/dependencies/dependencies_nvcc.sh 11.2
amrex/.github/workflows/dependencies/dependencies_ccache.sh
- name: Build
run: |
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
ccache-${{ github.workflow }}-${{ github.job }}-git-
- name: Load Dependencies
run: |
amrex/.github/workflows/dependencies/dependencies_nvcc11.sh
amrex/.github/workflows/dependencies/dependencies_nvcc.sh 11.2
amrex/.github/workflows/dependencies/dependencies_ccache.sh
- name: Build
run: |
Expand Down

0 comments on commit 1ee4f1e

Please sign in to comment.