Skip to content

Commit bc5e042

Browse files
committed
Fix executable name in env preparation
1 parent d8b23f9 commit bc5e042

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828

2929
- name: Download Franc binary
3030
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
31+
wget -O ./bin/language-recognizer https://github.com/avvertix/franc-bin/releases/download/v1.0.0/franc-bin-linux
32+
chmod +x ./bin/language-recognizer
3333
3434
- name: Setup PHP
3535
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)