Skip to content

Commit

Permalink
ci: cloning PENE with https
Browse files Browse the repository at this point in the history
  • Loading branch information
a-hamitouche committed Mar 1, 2024
1 parent 140e83b commit 4d3daec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down

0 comments on commit 4d3daec

Please sign in to comment.