Skip to content

Commit

Permalink
#18 sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Nov 17, 2023
1 parent 1efa719 commit 2c35777
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
- run: apt-get -y install aspell
- run: sudo apt-get -y install aspell
- run: bundle update
- run: bundle exec rake
- uses: codecov/codecov-action@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
- run: apt-get -y install aspell
- run: sudo apt-get -y install aspell
- run: bundle update
- run: bundle exec rake

0 comments on commit 2c35777

Please sign in to comment.