fix: install curl for downloading assets (#220)

This commit is contained in:
Myriad-Dreamin 2024-04-27 10:59:52 +08:00 committed by GitHub
parent 5fdf3353b7
commit c1583f065d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -76,6 +76,7 @@ jobs:
if: (startsWith(github.ref, 'refs/tags/') || matrix.regular_build == 'true')
- name: Download detypify assets
run: |
apk --no-cache add curl
mkdir -p tools/editor-tools/assets/
curl -L https://github.com/QuarticCat/detypify/releases/download/0.2.3/train-out.zip -o train-out.zip
unzip -d tools/editor-tools/assets/ train-out.zip