Skip to content

Commit

Permalink
fix rust install being skipped when it shouldn't be (#50946)
Browse files Browse the repository at this point in the history
Co-authored-by: JJ Kasper <jj@jjsweb.site>
  • Loading branch information
ForsakenHarmony and ijjk committed Jun 8, 2023
1 parent 18d2f7d commit f24d0cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ jobs:
uses: ./.github/actions/setup-rust
with:
targets: ${{ matrix.settings.target }}
skip-install: ${{ !!matrix.settings.docker }}
skip-install: ${{ matrix.settings.docker }}

- name: Cache cargo registry
uses: actions/cache@v3
Expand Down

0 comments on commit f24d0cb

Please sign in to comment.