Skip to content

Commit

Permalink
Update toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
ryardley committed Aug 22, 2024
1 parent f74e095 commit 1565334
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rust-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ on:
- main

jobs:
test:
ci:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Install Rust

- name: Install latest stable Rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.81.0
toolchain: stable
override: true

- name: Run tests
Expand Down

0 comments on commit 1565334

Please sign in to comment.