Skip to content

Commit 576ff3e

Browse files
committed
Fix build
1 parent 1d911be commit 576ff3e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
run: |
2727
wget -nv https://nexus.sismics.com/repository/sismics/play-${PLAY_VERSION}.zip
2828
unzip -q play-${PLAY_VERSION}.zip
29+
chmod +x play-${PLAY_VERSION}/play
2930
play-${PLAY_VERSION}/play deps --sync
3031
wget https://repo1.maven.org/maven2/com/github/jnr/jffi/1.2.15/jffi-1.2.15.jar -P lib
3132
zip -r package.zip app conf lib src *.md LICENSE play.plugins

0 commit comments

Comments
 (0)