Skip to content

Commit

Permalink
f rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmoon79 committed Nov 4, 2023
1 parent 49d2ca1 commit 9771248
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,8 @@ jobs:

job_cross_targets:
name: cross check ${{ matrix.target }}
needs: [job_rust_release_channel, job_rust_msrv_os]
# TODO: uncomment `needs`
# needs: [job_rust_release_channel, job_rust_msrv_os]
strategy:
matrix:
target:
Expand Down

0 comments on commit 9771248

Please sign in to comment.