We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35c70a6 commit 822c9d7Copy full SHA for 822c9d7
.github/workflows/build.yml
@@ -21,7 +21,7 @@ jobs:
21
22
# this is a temporary workaround until new Maven Central snapshot publishing is sorted out
23
- name: Build vavr-match snapshot
24
- run: git clone git@github.com:vavr-io/vavr-match.git && mvn -f vavr-match/pom.xml install -DskipTests
+ run: git clone https://github.com/vavr-io/vavr-match.git && mvn -f vavr-match/pom.xml install -DskipTests
25
26
- name: Setup JDK
27
uses: actions/setup-java@v4
0 commit comments