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 d8b23f9 commit bc5e042Copy full SHA for bc5e042
.github/workflows/run-tests.yml
@@ -28,8 +28,8 @@ jobs:
28
29
- name: Download Franc binary
30
run: |
31
- wget -O ./bin/language-guesser https://github.com/avvertix/franc-bin/releases/download/v1.0.0/franc-bin-linux
32
- chmod +x ./bin/language-guesser
+ wget -O ./bin/language-recognizer https://github.com/avvertix/franc-bin/releases/download/v1.0.0/franc-bin-linux
+ chmod +x ./bin/language-recognizer
33
34
- name: Setup PHP
35
uses: shivammathur/setup-php@v2
0 commit comments