Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kremilly authored Jun 17, 2024
1 parent 3869929 commit c63d498
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Set up Rust
uses: actions/setup-rust@v1
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
rust-version: '1.79.0'
toolchain: stable
profile: minimal
override: true
- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down

0 comments on commit c63d498

Please sign in to comment.