diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 53e9fbe..3f6bdcc 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -23,7 +23,7 @@ jobs: with: cuda: '11.2.2' method: 'network' - sub-packages: '["nvcc"]' + sub-packages: '["nvcc", "cudart"]' - name: Cache uses: actions/cache@v2 @@ -76,7 +76,7 @@ jobs: with: cuda: '11.2.2' method: 'network' - sub-packages: '["nvcc"]' + sub-packages: '["nvcc", "cudart"]' - name: Install CUDA Windows if: runner.os == 'Windows' @@ -84,7 +84,7 @@ jobs: with: cuda: '11.5.1' method: 'network' - sub-packages: '["nvcc"]' + sub-packages: '["nvcc", "cudart"]' - name: Cache uses: actions/cache@v2 @@ -163,7 +163,7 @@ jobs: with: cuda: '11.2.2' method: 'network' - sub-packages: '["nvcc"]' + sub-packages: '["nvcc", "cudart"]' - name: Install CUDA Windows if: runner.os == 'Windows' @@ -171,7 +171,7 @@ jobs: with: cuda: '11.5.1' method: 'network' - sub-packages: '["nvcc"]' + sub-packages: '["nvcc", "cudart"]' - name: Cache uses: actions/cache@v2 @@ -233,7 +233,7 @@ jobs: with: cuda: '11.2.2' method: 'network' - sub-packages: '["nvcc"]' + sub-packages: '["nvcc", "cudart"]' - name: Cache uses: actions/cache@v2 diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index e7ea1d6..ebcdfe9 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -39,7 +39,7 @@ jobs: with: cuda: '11.2.2' method: 'network' - sub-packages: '["nvcc"]' + sub-packages: '["nvcc", "cudart"]' - name: Install CUDA Windows if: runner.os == 'Windows' @@ -47,7 +47,7 @@ jobs: with: cuda: '11.5.1' method: 'network' - sub-packages: '["nvcc"]' + sub-packages: '["nvcc", "cudart"]' - name: Build on Linux GNU if: matrix.os == 'ubuntu-18.04' @@ -130,7 +130,7 @@ jobs: with: cuda: '11.2.2' method: 'network' - sub-packages: '["nvcc"]' + sub-packages: '["nvcc", "cudart"]' - name: Build ${{ matrix.itegration }} Script run: |