Skip to content

Commit 10d7db3

Browse files
authored
use https
1 parent aa7bd0f commit 10d7db3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pr_comment_trigger_self_hosted.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
echo "workDir $workDir"
5151
5252
# kokkos
53-
git clone -b develop git@github.com:kokkos/kokkos.git ${workDir}/kokkos
53+
git clone -b develop https://github.com/kokkos/kokkos.git ${workDir}/kokkos
5454
kkbdir=${workDir}/build-kokkos
5555
cmake -S ${workDir}/kokkos -B $kkbdir \
5656
-DCMAKE_BUILD_TYPE=Release \
@@ -66,7 +66,7 @@ jobs:
6666
cmake --build $kkbdir --target install -j 4
6767
6868
##cabana
69-
git clone git@github.com:ECP-copa/Cabana.git ${workDir}/cabana
69+
git clone https://github.com/ECP-copa/Cabana.git ${workDir}/cabana
7070
cabbdir=${workDir}/build-cab
7171
cmake -S ${workDir}/cabana -B $cabbdir \
7272
-DCMAKE_BUILD_TYPE="Release" \
@@ -81,7 +81,7 @@ jobs:
8181
cmake --build $cabbdir -j 4 --target install
8282
8383
# omegah
84-
git clone git@github.com:SCOREC/omega_h.git ${workDir}/omegah
84+
git clone https://github.com/SCOREC/omega_h.git ${workDir}/omegah
8585
ohbdir=${workDir}/build-omegah
8686
cmake -S ${workDir}/omegah -B $ohbdir \
8787
-DCMAKE_INSTALL_PREFIX=$ohbdir/install \

0 commit comments

Comments
 (0)