Skip to content

Commit 9301f42

Browse files
committed
Ensure binary is executable
1 parent 91ca939 commit 9301f42

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
run: |
3131
mkdir ./bin
3232
wget -O ./bin/language-guesser https://github.com/avvertix/franc-bin/releases/download/v1.0.0/franc-bin-linux
33+
chmod +x ./bin/language-guesser
3334
3435
- name: Setup PHP
3536
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)