Skip to content

Commit

Permalink
fix(vrd): 🚑 add rustup update
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienrousseau committed Mar 10, 2024
1 parent 7b13c32 commit ee018a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
# Install the targets for the cross-compilation toolchain
- name: Install target
id: install-target
run: rustup target add ${{ env.TARGET }}
run: rustup update && rustup target add ${{ env.TARGET }}

- name: Install Cross and clean artifacts
run: |
Expand Down

0 comments on commit ee018a4

Please sign in to comment.