Skip to content

Commit 9ad580f

Browse files
committed
Switch ccm dependency URL from git to https protocol
1 parent d86de6f commit 9ad580f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: ccm pip installation
2424
uses: BSFishy/pip-action@v1
2525
with:
26-
packages: git+git://github.com/riptano/ccm.git@435f3210e16d0b648fbf33d6390d5ab4c9e630d4
26+
packages: git+https://github.com/riptano/ccm.git@435f3210e16d0b648fbf33d6390d5ab4c9e630d4
2727

2828
- name: Setup Scala
2929
uses: olafurpg/setup-scala@v10

0 commit comments

Comments
 (0)