File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -48,14 +48,14 @@ jobs:
48
48
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nesbot/carbon:${{ matrix.os == 'windows-latest' && '^^^' || '' }}${{ matrix.carbon }}" --no-interaction --no-update
49
49
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
50
50
51
- - name: Install Aspell
52
- shell: bash
53
- run: |
54
- if [[ "$RUNNER_OS" == "Linux" ]]; then
55
- sudo apt-get update && sudo apt-get install -y aspell aspell-en
56
- elif [[ "$RUNNER_OS" == "macOS" ]]; then
57
- brew install aspell
58
- fi
51
+ - name : Install Aspell
52
+ shell : bash
53
+ run : |
54
+ if [[ "$RUNNER_OS" == "Linux" ]]; then
55
+ sudo apt-get update && sudo apt-get install -y aspell aspell-en
56
+ elif [[ "$RUNNER_OS" == "macOS" ]]; then
57
+ brew install aspell
58
+ fi
59
59
60
60
- name : List Installed Dependencies
61
61
run : composer show -D
You can’t perform that action at this time.
0 commit comments