Skip to content

Commit

Permalink
fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jirigav committed Sep 16, 2023
1 parent d881d1f commit 8399861
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,12 @@ jobs:

steps:
- uses: actions/checkout@v3
- with:
toolchain: nightly
- name: Install Rust
uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
components: rustfmt, clippy

- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down

0 comments on commit 8399861

Please sign in to comment.