Skip to content

Commit

Permalink
add missing aspell in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
boxblinkracer committed Nov 14, 2024
1 parent 9680045 commit fe873a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/step_review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,8 @@ jobs:
with:
php-version: ${{ inputs.PHP_VERSION }}
ini-values: phar.readonly=OFF
- name: Install aspell
run: sudo apt-get update && sudo apt-get install -y aspell aspell-en
# -----------------------------------
- name: Build PHAR
run: make prod && make build -B
Expand Down

0 comments on commit fe873a4

Please sign in to comment.