Skip to content

Commit

Permalink
Debug CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
gartavanis committed Dec 14, 2024
1 parent 0383944 commit 1bdac5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ jobs:
if: matrix.config.backend == 'cuda' || matrix.config.backend == 'kokkos'
run: |
if [[ "$CACHE_HIT" != 'true' ]]; then
git clone --recurse-submodules --branch main https://github.com/rapidsai/rmm.git
git clone --branch main --single-branch --recurse-submodules https://github.com/rapidsai/rmm.git
cd rmm
mkdir build
cd build
Expand Down

0 comments on commit 1bdac5e

Please sign in to comment.