Skip to content

Commit

Permalink
chore: Use action to install newer rust toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
nakedible authored Dec 20, 2023
1 parent f46c808 commit 2a810e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: actions-rust-lang/setup-rust-toolchain@v1
- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down

0 comments on commit 2a810e7

Please sign in to comment.