Skip to content

Commit d71b7f7

Browse files
committed
ci: add install preview bin step
1 parent 8ede91b commit d71b7f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/gen_preview.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ jobs:
2525
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal access token.
2626
fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository.
2727
# Download bin of gen_preview
28-
# TODO
28+
- name: Install preview bin
29+
run: curl --proto '=https' --tlsv1.2 -LsSf https://github.com/RustLangES/rustmap/releases/download/v0.2.0/preview-installer.sh | sh
2930

3031
- name: Get changed files
3132
run: |

0 commit comments

Comments
 (0)