Skip to content

Commit 8a62db0

Browse files
committed
Fixed bug in test git clone call
1 parent a339a9b commit 8a62db0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI_parallel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -982,7 +982,7 @@ jobs:
982982
source /opt/intel/oneapi/setvars.sh || true
983983
make MODE=${{matrix.mode}} COMPILER=${{matrix.compiler}} COMM=${{matrix.comm}} ENABLE_THREADS=${{matrix.enable_threads}} WITH_METIS=YES
984984
cd ../ActuatorDef/controller
985-
git clone git@github.com:EduardoJane/DRC_Fortran_H3D.git
985+
git clone https://github.com/EduardoJane/DRC_Fortran_H3D.git
986986
cd DRC_Fortran_H3D/Source
987987
make MODE=${{matrix.mode}} COMPILER=${{matrix.compiler}}
988988
mv ../DISCON/DISCON_glin64.so ../../

0 commit comments

Comments
 (0)