Skip to content

Commit dbe9931

Browse files
committed
workaround
1 parent ab4a948 commit dbe9931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
# this is a temporary workaround until new Maven Central snapshot publishing is sorted out
2323
- 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
24+
run: git clone https://github.com/vavr-io/vavr-match.git && mvn -f vavr-match/pom.xml install -DskipTests
2525

2626
- name: Setup JDK
2727
uses: actions/setup-java@v4

0 commit comments

Comments
 (0)