Add curl
continuous-integration/drone/push Build is failing Details

This commit is contained in:
3wc 2023-07-14 12:42:28 +01:00
parent 73f4ff132d
commit f668a5a4cd
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ steps:
- name: download hometown code
image: debian:buster
commands:
- apt update
- apt install -y curl
- curl -o hometown.tar.gz https://github.com/hometown-fork/hometown/archive/refs/tags/v3.5.10+hometown-1.0.8.tar.gz
- "tar -zxvf hometown.tar.gz"
- "rm hometown.tar.gz"