Skip to content

Commit

Permalink
Align "Setup Rust" step
Browse files Browse the repository at this point in the history
CMK-14985
  • Loading branch information
SoloJacobs committed Nov 7, 2023
1 parent 183f58b commit 2fc9bf4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Setup environment
run: ./setup
- name: "Setup Rust"
uses: actions-rust-lang/[email protected]
with:
components: rustfmt, clippy

- name: ${{ matrix.name }}
env:
Expand Down

0 comments on commit 2fc9bf4

Please sign in to comment.