Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
SkymanOne committed Mar 4, 2024
1 parent 538594e commit d3a29be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install Rust
uses: actions-rs/toolchain@stable
uses: dtolnay/rust-toolchain@stable
with:
profile: minimal
toolchain: nightly
Expand Down

0 comments on commit d3a29be

Please sign in to comment.