Skip to content

Commit

Permalink
Fix whitespace bug
Browse files Browse the repository at this point in the history
  • Loading branch information
gartavanis committed Dec 11, 2024
1 parent 607877d commit 9f65a24
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 @@ -335,7 +335,7 @@ jobs:
if: matrix.config.backend == 'cuda' || matrix.config.backend == 'kokkos'
run: |
if [[ "$CACHE_HIT" != 'true' ]]; then
git clone --recursive https://github.com/LLNL/Umpire.git
git clone --recursive https://github.com/LLNL/Umpire.git
cd Umpire
mkdir build
cd build
Expand Down

0 comments on commit 9f65a24

Please sign in to comment.