Skip to content

Commit

Permalink
Migrate CI to actions-rust-lang/setup-rust-toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede authored and Veykril committed Jun 1, 2024
1 parent 2a02189 commit fde86a5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,9 @@ jobs:
fetch-depth: 0

- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: stable
profile: minimal
override: true
cache: false

- run: rustc ./.github/ci.rs && ./ci
env:
Expand Down

0 comments on commit fde86a5

Please sign in to comment.