Skip to content

Commit e798ec9

Browse files
committed
wip
1 parent d35adfb commit e798ec9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/run-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ jobs:
3131
with:
3232
args: -O ./bin/language-guesser https://github.com/avvertix/franc-bin/releases/download/v1.0.0/franc-bin-linux
3333

34-
- name: Ensure Franc binary is executable
35-
if: "$RUNNER_OS" == "Linux"
36-
run: |
37-
chmod +x ./bin/language-guesser
34+
# - name: Ensure Franc binary is executable
35+
# if: "$RUNNER_OS" == "Linux"
36+
# run: |
37+
# chmod +x ./bin/language-guesser
3838

3939
- name: Setup PHP
4040
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)