Skip to content

Commit

Permalink
Fix rust installation
Browse files Browse the repository at this point in the history
  • Loading branch information
robertodr committed Sep 27, 2023
1 parent 7e49c10 commit ab95beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- uses: actions/checkout@v4

- uses: actions-rs/toolchain@v1
if: contains('${{ matrix.only }}', fromJson('["ppc64le", "s390x"]'))
if: contains(matrix.only, 'ppc64le') || contains(matrix.only, 's390x')
with:
toolchain: stable

Expand Down

0 comments on commit ab95beb

Please sign in to comment.