Skip to content

Commit 9f9473e

Browse files
authored
Merge pull request #1336 from datastax/fix-ccm-dependency-2.5
Switch ccm dependency URL from git to https protocol
2 parents d86de6f + 9ad580f commit 9f9473e

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)