Skip to content

Commit

Permalink
sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed May 27, 2024
1 parent 74c2881 commit b6d00fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
docker:
image: yegor256/rultor-image:1.23.1
install: |
make install "--directory=$(pwd)"
sudo make install "--directory=$(pwd)"
merge:
script: |-
sudo docker build "$(pwd)"
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ install: target
wget --no-verbose -O target/saxon.jar https://repo.maven.apache.org/maven2/net/sf/saxon/Saxon-HE/9.8.0-5/Saxon-HE-9.8.0-5.jar
fi
gem install judges:0.0.34
sudo npm install -g [email protected]
npm install -g [email protected]

$(DIRS):
mkdir -p "$@"

0 comments on commit b6d00fd

Please sign in to comment.