Skip to content

Commit

Permalink
ci(code-quality): use stable rust
Browse files Browse the repository at this point in the history
  • Loading branch information
decahedron1 committed Mar 13, 2024
1 parent 04741cb commit 2abc210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v4
- name: Install Rust
uses: dtolnay/rust-toolchain@nightly
uses: dtolnay/rust-toolchain@1.74
- name: Get Rust version
id: rust-version
run: echo "::set-output name=version::$(cargo --version | cut -d ' ' -f 2)"
Expand Down

0 comments on commit 2abc210

Please sign in to comment.