Skip to content

Commit 1d911be

Browse files
committed
Fix build
1 parent 54dae56 commit 1d911be

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
@@ -24,7 +24,7 @@ jobs:
2424
env:
2525
PLAY_VERSION: 1.5.3
2626
run: |
27-
wget -nv http://downloads.typesafe.com/play/${PLAY_VERSION}/play-${PLAY_VERSION}.zip
27+
wget -nv https://nexus.sismics.com/repository/sismics/play-${PLAY_VERSION}.zip
2828
unzip -q play-${PLAY_VERSION}.zip
2929
play-${PLAY_VERSION}/play deps --sync
3030
wget https://repo1.maven.org/maven2/com/github/jnr/jffi/1.2.15/jffi-1.2.15.jar -P lib

0 commit comments

Comments
 (0)