Skip to content

Commit

Permalink
add sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
gardner48 committed Jul 15, 2024
1 parent a4e353c commit 53f859d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check-spelling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
spelling_check:
runs-on: ubuntu-latest
steps:
- name: Install python3
- name: Install python3-pip
run: |
apt update
apt install -y --no-install-recommends python3-pip
sudo apt update
sudo apt install -y --no-install-recommends python3-pip
- name: Install codespell
run: pip install codespell
Expand Down

0 comments on commit 53f859d

Please sign in to comment.