We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ede91b commit d71b7f7Copy full SHA for d71b7f7
.github/workflows/gen_preview.yml
@@ -25,7 +25,8 @@ jobs:
25
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal access token.
26
fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository.
27
# Download bin of gen_preview
28
- # TODO
+ - 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
30
31
- name: Get changed files
32
run: |
0 commit comments