diff --git a/circle.yml b/circle.yml index 30c21e3..a64435c 100644 --- a/circle.yml +++ b/circle.yml @@ -5,7 +5,7 @@ machine: dependencies: post: - wget https://github.com/spf13/hugo/releases/download/v0.20.3/hugo_v0.20.3_Linux-32bit.deb -O /tmp/hugo.deb - - dpkg -i /tmp/hugo.deb + - sudo dpkg -i /tmp/hugo.deb test: override: