Skip to content

Commit

Permalink
Merge pull request #368 from sumukhballal/actions_release_fix
Browse files Browse the repository at this point in the history
workflow: fix MATRIX_INSTALL_DIST variable
  • Loading branch information
sumukhballal authored Sep 12, 2024
2 parents 4876c05 + 0472dfb commit a7177cf
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 @@ -124,7 +124,7 @@ jobs:
with:
submodules: recursive
- name: Install cargo-dist
run: "${MATRIX_INSTALL_DIST}"
run: ${MATRIX_INSTALL_DIST}
- name: Install Cross
# Pin cargo cross to a version that we know is working for us.
run: |
Expand Down

0 comments on commit a7177cf

Please sign in to comment.