We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a339a9b commit 8a62db0Copy full SHA for 8a62db0
1 file changed
.github/workflows/CI_parallel.yml
@@ -982,7 +982,7 @@ jobs:
982
source /opt/intel/oneapi/setvars.sh || true
983
make MODE=${{matrix.mode}} COMPILER=${{matrix.compiler}} COMM=${{matrix.comm}} ENABLE_THREADS=${{matrix.enable_threads}} WITH_METIS=YES
984
cd ../ActuatorDef/controller
985
- git clone git@github.com:EduardoJane/DRC_Fortran_H3D.git
+ git clone https://github.com/EduardoJane/DRC_Fortran_H3D.git
986
cd DRC_Fortran_H3D/Source
987
make MODE=${{matrix.mode}} COMPILER=${{matrix.compiler}}
988
mv ../DISCON/DISCON_glin64.so ../../
0 commit comments