Skip to content

Commit

Permalink
Merge pull request #12 from pmcgleenon/actions-toolchain
Browse files Browse the repository at this point in the history
chore: added rust toolchain to action
  • Loading branch information
pmcgleenon authored Nov 30, 2024
2 parents 14a4366 + 2877e4e commit 0a74567
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down

0 comments on commit 0a74567

Please sign in to comment.