Skip to content

Commit

Permalink
Install dylint-link in upgrade_examples.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius committed Jan 19, 2025
1 parent c515601 commit 65da4f8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/upgrade_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
# https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#push-using-ssh-deploy-keys
ssh-key: ${{ secrets.SSH_KEY }}

- name: Install dylint-link
run: cargo install --path ./dylint-link --force

- name: Upgrade examples
run: |
scripts/upgrade_examples.sh
Expand Down

0 comments on commit 65da4f8

Please sign in to comment.