Skip to content

Commit

Permalink
Changed https to ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanRuzavin committed Jul 12, 2024
1 parent a4339e0 commit c2ce6cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/recursiveBuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
ES_USER: ${{ secrets.ES_USER }}
ES_PASSWORD: ${{ secrets.ES_PASSWORD }}
run: |
git clone https://github.com/MikroElektronika/SDK-Build-Tool.git 2.11.1
git clone git@github.com:MikroElektronika/SDK-Build-Tool.git 2.11.1
pwd
ls -la
Expand Down

0 comments on commit c2ce6cc

Please sign in to comment.