Skip to content

Commit

Permalink
Fix use of contains
Browse files Browse the repository at this point in the history
  • Loading branch information
robertodr committed Sep 27, 2023
1 parent 19b7672 commit 7e49c10
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 }}', fromJson('["ppc64le", "s390x"]'))
with:
toolchain: stable

Expand Down

0 comments on commit 7e49c10

Please sign in to comment.