Skip to content

Commit

Permalink
Remove dependency on actions-rs organization GitHub Actions
Browse files Browse the repository at this point in the history
These actions are unmaintained and use deprecated GitHub Actions technologies.

See: artichoke/project-infrastructure#265
  • Loading branch information
lopopolo committed Apr 11, 2023
1 parent be07404 commit c5f251b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/miri.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,9 @@ jobs:
uses: actions/checkout@v3

- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
uses: artichoke/setup-rust/miri@v1
with:
profile: minimal
components: miri, rust-src
toolchain: nightly

- name: Miri setup
run: cargo miri setup
Expand Down

0 comments on commit c5f251b

Please sign in to comment.