ooh, circleci is 64-bit
This commit is contained in:
parent
0849cc67cc
commit
94a4d9649c
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ machine:
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
post:
|
post:
|
||||||
- wget https://github.com/spf13/hugo/releases/download/v0.20.3/hugo_v0.20.3_Linux-32bit.deb -O /tmp/hugo.deb
|
- wget https://github.com/spf13/hugo/releases/download/v0.20.3/hugo_v0.20.3_Linux-64bit.deb -O /tmp/hugo.deb
|
||||||
- sudo dpkg -i /tmp/hugo.deb
|
- sudo dpkg -i /tmp/hugo.deb
|
||||||
|
|
||||||
test:
|
test:
|
||||||
|
|
Loading…
Reference in a new issue