From 4d3daec17b1cf59d2ac3e24f56cd366c861ba06a Mon Sep 17 00:00:00 2001 From: a-hamitouche Date: Fri, 1 Mar 2024 14:51:31 +0100 Subject: [PATCH] ci: cloning PENE with https --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 23264be..d38eebc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: - name: Clone PENE run: | cd pene_files - git clone git@github.com:aneoconsulting/PENE.git + git clone https://github.com/aneoconsulting/PENE.git - name: Rubnning cmake run: | ls ${{github.workspace}}