Skip to content

Commit

Permalink
Fix rust setup action in CI
Browse files Browse the repository at this point in the history
The action ATiltedTree/setup-rust disappeared overnight. This PR switches to another action.
  • Loading branch information
cmnrd committed Apr 8, 2024
1 parent 142f961 commit 38515b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ runs:
shell: bash
if: ${{ inputs.partial == 'false' }}
- name: Setup Rust
uses: ATiltedTree/setup-rust@v1
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
rust-version: stable
toolchain: stable
components: clippy
if: ${{ inputs.partial == 'false' }}
- name: Install RTI
Expand Down

0 comments on commit 38515b4

Please sign in to comment.