Skip to content

Commit

Permalink
github-workflows: remove usage of sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
toy committed May 10, 2024
1 parent a182ab2 commit 6fb4b3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
ruby-version: "${{ matrix.ruby }}"
bundler-cache: true
- run: sudo npm install -g svgo
- run: npm install -g svgo
- run: bundle exec image_optim --info
- run: bundle exec rspec
containers:
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
with:
ruby-version: '3'
bundler-cache: true
- run: sudo npm install -g svgo
- run: npm install -g svgo
- uses: paambaati/[email protected]
with:
coverageCommand: bundle exec rspec

0 comments on commit 6fb4b3c

Please sign in to comment.