File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6464 run : echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
6565
6666 - name : Install Aspell
67- run : sudo apt-get -y install aspell aspell-en aspell-de
67+ run : sudo apt-get -y update && sudo apt-get -y install --no-install-recommends aspell aspell-en aspell-de
6868
6969 - name : Execute tests
7070 if : ${{ matrix.php != '8.5' }}
Original file line number Diff line number Diff line change 3535 run : echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
3636
3737 - name : Install Aspell/Hunspell
38- run : sudo apt-get -y install aspell aspell-en aspell-de hunspell-en-us
38+ run : sudo apt-get -y update && sudo apt-get -y install --no-install-recommends aspell aspell-en aspell-de hunspell-en-us
3939
4040 - name : Execute tests
4141 if : ${{ matrix.php != '8.5' }}
You can’t perform that action at this time.
0 commit comments