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 d35adfb commit e798ec9Copy full SHA for e798ec9
.github/workflows/run-tests.yml
@@ -31,10 +31,10 @@ jobs:
31
with:
32
args: -O ./bin/language-guesser https://github.com/avvertix/franc-bin/releases/download/v1.0.0/franc-bin-linux
33
34
- - name: Ensure Franc binary is executable
35
- if: "$RUNNER_OS" == "Linux"
36
- run: |
37
- chmod +x ./bin/language-guesser
+ # - name: Ensure Franc binary is executable
+ # if: "$RUNNER_OS" == "Linux"
+ # run: |
+ # chmod +x ./bin/language-guesser
38
39
- name: Setup PHP
40
uses: shivammathur/setup-php@v2
0 commit comments