Skip to content

Commit

Permalink
#160 sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Oct 15, 2024
1 parent 15860df commit ad171f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3
- run: apt-get update && apt-get install -y libxml2-utils nodejs npm
- run: sudo apt-get update && sudo apt-get install -y libxml2-utils
- run: make install
- run: make

0 comments on commit ad171f6

Please sign in to comment.