File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed
Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change 1212 strategy :
1313 fail-fast : true
1414 matrix :
15- os : [ubuntu-latest, windows-latest ]
15+ os : [ubuntu-latest]
1616 php : [7.4, 8.0]
1717 laravel : [8.*]
1818 stability : [prefer-lowest, prefer-stable]
2727 uses : actions/checkout@v2
2828
2929 - name : Download Franc binary
30- uses : wei/wget@v1
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
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
3833
3934 - name : Setup PHP
4035 uses : shivammathur/setup-php@v2
You can’t perform that action at this time.
0 commit comments