Skip to content

Commit 89e0bf3

Browse files
committed
ci: checkout from https
1 parent 5b45b38 commit 89e0bf3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.circleci/config.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ jobs:
77
image: 'ubuntu-2204:current'
88
resource_class: large
99
steps:
10-
- checkout
10+
- run:
11+
name: Checkout code via HTTPS
12+
command: |
13+
git clone https://github.com/moiseevigor/elliptic.git .
14+
git checkout $CIRCLE_SHA1
1115
- matlab/install
1216
- matlab/run-tests:
1317
test-results-junit: test-results/results.xml

0 commit comments

Comments
 (0)