This commit is contained in:
parent
870332155b
commit
e92d77238a
1 changed files with 2 additions and 2 deletions
|
@ -10,8 +10,8 @@ steps:
|
|||
- name: build
|
||||
image: bash
|
||||
commands:
|
||||
- apt update
|
||||
- apt -y install curl zip unzip
|
||||
- apt-get update
|
||||
- apt-get -y install curl zip unzip
|
||||
- curl -s -L https://github.com/dmoa/love-export/releases/download/v1.2/install.sh | bash
|
||||
- love-export -D
|
||||
- ls
|
||||
|
|
Loading…
Reference in a new issue