Skip to content

Commit

Permalink
ci: add install preview bin step
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioRibera committed Aug 3, 2024
1 parent 8ede91b commit d71b7f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gen_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal access token.
fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository.
# Download bin of gen_preview
# TODO
- name: Install preview bin
run: curl --proto '=https' --tlsv1.2 -LsSf https://github.com/RustLangES/rustmap/releases/download/v0.2.0/preview-installer.sh | sh

- name: Get changed files
run: |
Expand Down

0 comments on commit d71b7f7

Please sign in to comment.