Skip to content

Commit

Permalink
ci: fix workflow error
Browse files Browse the repository at this point in the history
  • Loading branch information
oknozor committed Aug 1, 2023
1 parent 943defd commit c07b5f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- uses: Swatinem/rust-cache@v1

arch-matrix:
needs: [lints, test]
needs: [lints]
runs-on: ubuntu-latest
env:
CROSS_CONFIG: Cross.toml
Expand Down

0 comments on commit c07b5f5

Please sign in to comment.