mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-12-23 08:47:50 +00:00
fix: install curl for downloading assets (#220)
This commit is contained in:
parent
5fdf3353b7
commit
c1583f065d
1 changed files with 1 additions and 0 deletions
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue