File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 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"
3036 run : |
31- mkdir ./bin
32- wget -O ./bin/language-guesser https://github.com/avvertix/franc-bin/releases/download/v1.0.0/franc-bin-linux
3337 chmod +x ./bin/language-guesser
3438
3539 - name : Setup PHP
Original file line number Diff line number Diff line change @@ -12,4 +12,3 @@ testbench.yaml
1212vendor
1313node_modules
1414.php-cs-fixer.cache
15- bin /*
Original file line number Diff line number Diff line change 1+ *
2+ ! .gitignore
You can’t perform that action at this time.
0 commit comments